⬆️ chore(deps): update shalzz/zola-deploy-action action to v0.22.0 (#610)
Some checks failed
Build Site / Check and Build for Pull Requests (push) Has been cancelled
Build Site / Build and Deploy on Main Push (push) Has been cancelled

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-14 23:15:21 +01:00 committed by GitHub
parent 9a09df263a
commit 53a871428f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,12 +18,12 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Zola Build - name: Zola Build
uses: shalzz/zola-deploy-action@v0.21.0 uses: shalzz/zola-deploy-action@v0.22.0
env: env:
BUILD_ONLY: true BUILD_ONLY: true
- name: Zola Check - name: Zola Check
uses: shalzz/zola-deploy-action@v0.21.0 uses: shalzz/zola-deploy-action@v0.22.0
env: env:
BUILD_ONLY: true BUILD_ONLY: true
CHECK_LINKS: true CHECK_LINKS: true
@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Build and Deploy - name: Build and Deploy
uses: shalzz/zola-deploy-action@v0.21.0 uses: shalzz/zola-deploy-action@v0.22.0
env: env:
PAGES_BRANCH: gh-pages PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.TOKEN }} TOKEN: ${{ secrets.TOKEN }}