Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored May 2, 2024
1 parent bef5769 commit 1456139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Build only'
uses: shalzz/zola-deploy-action@v0.13.0
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_DIR: .
TOKEN: ${{ secrets.TOKEN }}
Expand All @@ -23,7 +23,7 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Build and deploy'
uses: shalzz/zola-deploy-action@v0.13.0
uses: shalzz/zola-deploy-action@v0.18.0
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
Expand Down

0 comments on commit 1456139

Please sign in to comment.