We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cb7ad commit e4c28a1Copy full SHA for e4c28a1
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
25
- name: Build and deploy
26
uses: shalzz/zola-deploy-action@74526e63f38f84b82476349bbcd886b82040ff98 # v0.22.1
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