We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e91d32 commit 856574aCopy full SHA for 856574a
1 file changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
if: github.ref == 'refs/heads/main'
22
steps:
23
- name: Check out repository
24
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
25
- name: Build and deploy
26
uses: shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0
27
env:
@@ -32,7 +32,7 @@ jobs:
32
if: github.ref != 'refs/heads/main'
33
34
- name: Checkout
35
36
- name: Install and build
37
if: github.event.action != 'closed'
38
0 commit comments