File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 17
17
- run : npm ci
18
18
- run : npm run build --if-present
19
19
- run : npx semantic-release
20
+ env :
21
+ GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
22
+ - name : Deploy with gh-pages
23
+ run : |
24
+ git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
25
+ npx gh-pages -d build -u "github-actions-bot <support+actions@github.com>"
20
26
env :
21
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 27
27
"bugs" : {
28
28
"url" : " https://github.com/abolkog/js-playground/issues"
29
29
},
30
- "homepage" : " https://github.com/abolkog /js-playground" ,
30
+ "homepage" : " https://abolkog. github.io /js-playground" ,
31
31
"browserslist" : {
32
32
"production" : [
33
33
" >0.2%" ,
You can’t perform that action at this time.
0 commit comments