Skip to content

Commit

Permalink
Early dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 5, 2024
1 parent 0e532f6 commit 58fc155
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: wasm
- run: make index.html
- uses: actions/upload-pages-artifact@v3
deploy:
name: Deploy
needs: build
permissions:
pages: write
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@ script.js: sr9.wasm

sr9.wasm:
touch sr9.wasm

index.html:
cp src/index.html _site/index.html

om.html:
cp src/om.html _site/om.html
File renamed without changes.
File renamed without changes.

0 comments on commit 58fc155

Please sign in to comment.