File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 66 - master
77 pull_request :
88
9- # Allows manual runs from the Actions tab
109 workflow_dispatch :
1110
1211jobs :
13- build-and -deploy :
12+ build-test -deploy :
1413 runs-on : ubuntu-20.04
15- permissions :
16- contents : write
17- concurrency :
18- group : ${{ github.workflow }}-${{ github.ref }}
1914 steps :
20- - name : Checkout Repo
15+ - name : Checkout
2116 uses : actions/checkout@v3
2217
23- - name : Build Artifact
24- uses : actions/jekyll-build-pages@v1
18+ - name : Set-up Node
19+ uses : actions/setup-node@v3
20+ with :
21+ node-version : ' 14'
22+ - run : npm ci
23+ - run : npm run build
2524
26- - name : Upload Artifact
27- uses : actions/upload-pages-artifact@v0
25+ - name : Deploy
26+ uses : crazy-max/ghaction-github-pages@v3
27+ with :
28+ target_branch : gh-pages
29+ build_dir : build
You can’t perform that action at this time.
0 commit comments