Skip to content

Commit

Permalink
update version of zola-deploy-action (#2012)
Browse files Browse the repository at this point in the history
  • Loading branch information
berinaniesh authored Nov 2, 2022
1 parent 53cf920 commit c978602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/documentation/deployment/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.0.0
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.14.1
uses: shalzz/zola-deploy-action@v0.16.1
env:
# Target branch
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit c978602

Please sign in to comment.