⬆️ chore(deps): update demo and CI to Zola v0.19.1 (#345)

Co-authored-by: welpo <welpo@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-01 15:08:18 +02:00 committed by GitHub
parent ced0cb43b6
commit 6ca5a56055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 7 additions and 33 deletions

View file

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