Skip to content

Commit

Permalink
Fix static github page
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Oct 17, 2024
1 parent 29031d8 commit 811909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Serve static content
run: |
mkdir -p public
mv webgpu *.html pyodide public/
mv webgpu *.js *.html pyodide public/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 811909e

Please sign in to comment.