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 d626ea1 commit 0f21270Copy full SHA for 0f21270
1 file changed
docs/content/documentation/deployment/github-pages.md
@@ -48,7 +48,7 @@ jobs:
48
- name: checkout
49
uses: actions/checkout@v3.0.0
50
- name: build_and_deploy
51
- uses: shalzz/zola-deploy-action@v0.16.1-1
+ uses: shalzz/zola-deploy-action@v0.17.2
52
env:
53
# Target branch
54
PAGES_BRANCH: gh-pages
@@ -79,7 +79,7 @@ jobs:
79
- name: 'checkout'
80
81
- name: 'build'
82
- uses: shalzz/zola-deploy-action@v0.16.1
83
84
85
BUILD_DIR: .
@@ -92,7 +92,7 @@ jobs:
92
93
94
- name: 'build and deploy'
95
96
97
PAGES_BRANCH: master
98
0 commit comments