Skip to content

Commit 803accb

Browse files
authored
Upgrade zola to 0.21.0 (#15)
1 parent 4a1bfda commit 803accb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030
- name: Build only
3131
if: github.event.action != 'closed'
32-
uses: shalzz/zola-deploy-action@c34a7626cd84c9c90499afeb310070ea838a8d1a # v0.20
32+
uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21
3333
env:
3434
BUILD_DIR: .
3535
BUILD_ONLY: true
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
persist-credentials: false
5656
- name: Build and deploy
57-
uses: shalzz/zola-deploy-action@c34a7626cd84c9c90499afeb310070ea838a8d1a # v0.20
57+
uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21
5858
env:
5959
BUILD_DIR: .
6060
PAGES_BRANCH: gh-pages

0 commit comments

Comments
 (0)