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 530b9a2 commit b9c8719Copy full SHA for b9c8719
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.ref != 'refs/heads/main'
12
steps:
13
- name: 'Checkout'
14
- uses: actions/checkout@main
+ uses: actions/checkout@v2
15
- name: 'Build only'
16
uses: shalzz/zola-deploy-action@v0.19.1
17
env:
@@ -22,8 +22,8 @@ jobs:
22
if: github.ref == 'refs/heads/main'
23
24
25
26
- name: 'Build and deploy'
+ - name: 'Build and deploy'
27
28
29
PAGES_BRANCH: gh-pages
0 commit comments