File tree Expand file tree Collapse file tree 4 files changed +979
-851
lines changed
Expand file tree Collapse file tree 4 files changed +979
-851
lines changed Original file line number Diff line number Diff line change 22
33name : Deploy to GitHub Pages
44
5- # Controls when the action will run. Triggers the workflow on push or pull request
6- # events but only for the master branch
5+ # Controls when the action will run.
76on :
87 push :
98 branches : [ source ]
@@ -22,12 +21,13 @@ jobs:
2221 with :
2322 submodules : true
2423
25- - name : Build and Deploy
24+ - name : Install and Build
25+ run : |
26+ yarn
27+ yarn build
28+
29+ - name : Deploy
2630 uses : JamesIves/github-pages-deploy-action@v4
27- env :
28- ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
29- BASE_BRANCH : source
30- BRANCH : master
31- FOLDER : public
32- BUILD_SCRIPT : yarn && yarn build
33-
31+ with :
32+ folder : public
33+ branch : master
Original file line number Diff line number Diff line change 1+ vscodecc.org
You can’t perform that action at this time.
0 commit comments