Skip to content

Commit

Permalink
adding nojekyll file
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf committed Aug 29, 2023
1 parent 0111431 commit e228025
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- name: Build
run: wasm-pack build --target web --no-default-features --features wasm

- name: Deploy
run: |
wasm-pack build --target web --no-default-features --features wasm
cp -r pkg demo/pkg
touch demo/.nojekyll
tree demo
- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
Expand Down
Empty file added demo/.nojekyll
Empty file.

0 comments on commit e228025

Please sign in to comment.