use fixed version of zola-deploy-action

This commit is contained in:
2023-01-31 00:01:07 +01:00
parent c9dadaca2e
commit fe86153562

View File

@@ -9,10 +9,8 @@ jobs:
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Add safe directory /github/workspace
run: git config --global --add safe.directory /github/workspace
- name: build_and_deploy - name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.16.1 uses: shalzz/zola-deploy-action@70a101a14bbdeed13e7a42a9ed06b35c9e9e826e
env: env:
# Target branch # Target branch
PAGES_BRANCH: gh-pages PAGES_BRANCH: gh-pages