File tree Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Expand file tree Collapse file tree 1 file changed +5
-25
lines changed Original file line number Diff line number Diff line change 35
35
- name : Build
36
36
run : npm run build:ci
37
37
38
-
39
- - name : Archive build
40
- if : success()
41
- uses : actions/upload-artifact@v1
38
+ - name : Deploy to GitHub Pages
39
+ uses : JamesIves/github-pages-deploy-action@releases/v3
42
40
with :
43
- name : deploy_dist
44
- path : dist/pwatest
45
-
46
-
47
- deploy :
48
- runs-on : ubuntu-latest
49
- needs : build
50
- steps :
51
- - name : Checkout
52
- uses : actions/checkout@v1
53
-
54
- - name : Download build
55
- uses : actions/download-artifact@v1
56
- with :
57
- name : deploy_dist
58
- - name : Deploy to GitHub Pages
59
- uses : JamesIves/github-pages-deploy-action@releases/v3
60
- with :
61
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
62
- BRANCH : gh-pages
63
- FOLDER : dist/pwa-tutorial-gitconnected
41
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
+ BRANCH : gh-pages
43
+ FOLDER : dist/pwa-tutorial-gitconnected
You can’t perform that action at this time.
0 commit comments