Skip to content

Commit

Permalink
Upgrade checkout and gh-pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
krwenholz committed May 20, 2024
1 parent d39bd21 commit c845fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Do it!
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: zola build
uses: docker://ghcr.io/getzola/zola:v0.18.0
with:
Expand All @@ -20,7 +20,7 @@ jobs:
wasm
js
- name: Publish
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down

0 comments on commit c845fd0

Please sign in to comment.