Skip to content

Commit

Permalink
Bump Github action version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rafd committed Nov 20, 2024
1 parent b63eeec commit 174d370
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Build static files with babashka
uses: tzafrirben/babashka-docker-action@v0.3
uses: tzafrirben/babashka-docker-action@v1.1
id: bb_shell
with:
bb_cmd: "bb build"

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./static

0 comments on commit 174d370

Please sign in to comment.