Skip to content

Commit 0f21270

Browse files
authored
Update deploy action to the latest version and make version consistant (#2173)
1 parent d626ea1 commit 0f21270

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/documentation/deployment/github-pages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: checkout
4949
uses: actions/checkout@v3.0.0
5050
- name: build_and_deploy
51-
uses: shalzz/zola-deploy-action@v0.16.1-1
51+
uses: shalzz/zola-deploy-action@v0.17.2
5252
env:
5353
# Target branch
5454
PAGES_BRANCH: gh-pages
@@ -79,7 +79,7 @@ jobs:
7979
- name: 'checkout'
8080
uses: actions/checkout@v3.0.0
8181
- name: 'build'
82-
uses: shalzz/zola-deploy-action@v0.16.1
82+
uses: shalzz/zola-deploy-action@v0.17.2
8383
env:
8484
PAGES_BRANCH: gh-pages
8585
BUILD_DIR: .
@@ -92,7 +92,7 @@ jobs:
9292
- name: 'checkout'
9393
uses: actions/checkout@v3.0.0
9494
- name: 'build and deploy'
95-
uses: shalzz/zola-deploy-action@v0.16.1
95+
uses: shalzz/zola-deploy-action@v0.17.2
9696
env:
9797
PAGES_BRANCH: master
9898
BUILD_DIR: .

0 commit comments

Comments
 (0)