File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
if : github.ref == 'refs/heads/main'
22
22
steps :
23
23
- name : Check out repository
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25
25
- name : Build and deploy
26
-
26
+ uses : shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0
27
27
env :
28
28
PAGES_BRANCH : gh-pages
29
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -32,10 +32,10 @@ jobs:
32
32
if : github.ref != 'refs/heads/main'
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
36
36
- name : Install and build
37
37
if : github.event.action != 'closed'
38
-
38
+ uses : shalzz/zola-deploy-action@90cd842959b82e0c012601be18ae249d6cdb1669 # v0.21.0
39
39
env :
40
40
BUILD_ONLY : true
41
41
BUILD_FLAGS : --drafts
You can’t perform that action at this time.
0 commit comments