⬆️ chore(deps): updatezola-deploy-action to v0.20.0 (#488)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-15 09:34:07 +01:00 committed by GitHub
parent a3ae897c83
commit 036b11b7da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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