Skip to content

Commit

Permalink
Update zola-deploy-action version on docs (#2098)
Browse files Browse the repository at this point in the history
Old version was not able to fetch theme submodules: shalzz/zola-deploy-action#50

It was fixed in the following PR: shalzz/zola-deploy-action#52

This commit changes the docs to match the newest  `zola-deploy-action`  version, without the problem above.
  • Loading branch information
Daquisu authored Feb 13, 2023
1 parent f27ea8c commit 715bd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
uses: shalzz/zola-deploy-action@v0.16.1-1
env:
# Target branch
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit 715bd0d

Please sign in to comment.