Skip to content

Commit

Permalink
Update deploy action to the latest version and make version consistant (
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 authored Apr 10, 2023
1 parent d626ea1 commit 0f21270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/documentation/deployment/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3.0.0
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.16.1-1
uses: shalzz/zola-deploy-action@v0.17.2
env:
# Target branch
PAGES_BRANCH: gh-pages
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: 'checkout'
uses: actions/checkout@v3.0.0
- name: 'build'
uses: shalzz/zola-deploy-action@v0.16.1
uses: shalzz/zola-deploy-action@v0.17.2
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
Expand All @@ -92,7 +92,7 @@ jobs:
- name: 'checkout'
uses: actions/checkout@v3.0.0
- name: 'build and deploy'
uses: shalzz/zola-deploy-action@v0.16.1
uses: shalzz/zola-deploy-action@v0.17.2
env:
PAGES_BRANCH: master
BUILD_DIR: .
Expand Down

0 comments on commit 0f21270

Please sign in to comment.