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 0459bb5 commit 1548775Copy full SHA for 1548775
.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@v4
+ uses: actions/checkout@v5
25
- name: Build and deploy
26
uses: shalzz/zola-deploy-action@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