File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - master
77 pull_request :
8-
8+
99jobs :
1010 build :
1111 runs-on : ubuntu-latest
1212 if : github.ref != 'refs/heads/master'
1313 steps :
1414 - name : Checkout main
151516- - name : Build only
17- uses : shalzz/zola-deploy-action@v0.16 .1
16+ - name : Build only
17+ uses : shalzz/zola-deploy-action@v0.17 .1
1818 env :
1919 BUILD_DIR : .
2020 BUILD_ONLY : true
2121 BUILD_FLAGS : --drafts
2222 # A GitHub token is not necessary when BUILD_ONLY is true
2323 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24-
24+
2525 build_and_deploy :
2626 runs-on : ubuntu-latest
2727 if : github.ref == 'refs/heads/master'
2828 steps :
2929 - name : Checkout main
30303131 - name : Build and deploy
32- uses : shalzz/zola-deploy-action@v0.16 .1
32+ uses : shalzz/zola-deploy-action@v0.17 .1
3333 env :
3434 BUILD_DIR : .
3535 PAGES_BRANCH : gh-pages
You can’t perform that action at this time.
0 commit comments