⬆️ chore(deps): update zola-deploy-action action to v0.19.2 (#366)
This commit is contained in:
parent
6ba0e54104
commit
37df94db9f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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.1
|
uses: shalzz/zola-deploy-action@v0.19.2
|
||||||
env:
|
env:
|
||||||
BUILD_ONLY: true
|
BUILD_ONLY: true
|
||||||
|
|
||||||
- name: Zola Check
|
- name: Zola Check
|
||||||
uses: shalzz/zola-deploy-action@v0.19.1
|
uses: shalzz/zola-deploy-action@v0.19.2
|
||||||
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.1
|
uses: shalzz/zola-deploy-action@v0.19.2
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
TOKEN: ${{ secrets.TOKEN }}
|
TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user