1 parent a19b1a9 commit b6f362dCopy full SHA for b6f362d
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
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