Skip to content

Commit

Permalink
Bump action version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Dec 21, 2023
1 parent 6f42fab commit 8b1bbaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.2-1
uses: shalzz/zola-deploy-action@v0.18.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
- name: Build only
uses: shalzz/zola-deploy-action@v0.17.2-1
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_DIR: docs
BUILD_ONLY: true
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Checkout main
uses: actions/checkout@v4
- name: Build and deploy
uses: shalzz/zola-deploy-action@v0.17.2-1
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_DIR: docs
PAGES_BRANCH: gh-pages
Expand Down

0 comments on commit 8b1bbaf

Please sign in to comment.