Skip to content

Commit

Permalink
Use latest github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadrieril committed Sep 11, 2024
1 parent c05635c commit 37f3485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: make wasm

- name: Build site
uses: withastro/action@v1
uses: withastro/action@v3
with:
path: "web"
package-manager: pnpm@latest
Expand All @@ -44,4 +44,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 37f3485

Please sign in to comment.