mirror of
https://github.com/getzola/zola
synced 2024-11-10 14:24:27 +00:00
Update zola-deploy-action
version on docs (#2098)
Old version was not able to fetch theme submodules: https://github.com/shalzz/zola-deploy-action/issues/50 It was fixed in the following PR: https://github.com/shalzz/zola-deploy-action/pull/52 This commit changes the docs to match the newest `zola-deploy-action` version, without the problem above.
This commit is contained in:
parent
f27ea8c029
commit
715bd0db60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue