From 0f0ea59edec11797a731561f7d6fb341458f22cd Mon Sep 17 00:00:00 2001 From: Vinicius Akira <50253469+Daquisu@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:50:27 +0100 Subject: [PATCH] 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. --- docs/content/documentation/deployment/github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index de5ac6d7d7..2bd5be7d72 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -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