Skip to content

Commit 88946ed

Browse files
committed
Bump the action
1 parent f8098b8 commit 88946ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/zola.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@ on:
55
branches:
66
- master
77
pull_request:
8-
8+
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
if: github.ref != 'refs/heads/master'
1313
steps:
1414
- name: Checkout main
1515
uses: actions/[email protected]
16-
- 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
3030
uses: actions/[email protected]
3131
- 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

0 commit comments

Comments
 (0)