mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
⬆️ 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:
parent
ced0cb43b6
commit
6ca5a56055
11 changed files with 7 additions and 33 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue