Skip to content

Commit

Permalink
⬆️ chore(deps): update shalzz/zola-deploy-action action to v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 1, 2024
1 parent 4145364 commit 82d4bc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 82d4bc1

Please sign in to comment.