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:
Vinicius Akira 2023-02-13 13:50:27 +01:00 committed by GitHub
parent f27ea8c029
commit 715bd0db60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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