We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1bfda commit 803accbCopy full SHA for 803accb
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
persist-credentials: false
30
- name: Build only
31
if: github.event.action != 'closed'
32
- uses: shalzz/zola-deploy-action@c34a7626cd84c9c90499afeb310070ea838a8d1a # v0.20
+ uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21
33
env:
34
BUILD_DIR: .
35
BUILD_ONLY: true
@@ -54,7 +54,7 @@ jobs:
54
with:
55
56
- name: Build and deploy
57
58
59
60
PAGES_BRANCH: gh-pages
0 commit comments