Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored Sep 3, 2024
1 parent b13adaf commit af9fc53
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 @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install wasi-sdk
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
run: ./build.sh
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
branch: gh-pages
folder: build
Expand Down

0 comments on commit af9fc53

Please sign in to comment.