Skip to content

Commit

Permalink
remove gitignore generated by wasm pack
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Oct 7, 2022
1 parent b0f7aec commit cc9192b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ jobs:
- name: Deploy to pages
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: www/build
CLEAN: true
branch: gh-pages
folder: www/build
clean: true

publish-release-binaries:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def pack(c):

c.run("mkdir -p {}".format(WWW_PUBLIC_WASM_DIR))
c.run("rm -rf {}".format(WWW_PUBLIC_WASM_DIR))
c.run("rm {}".format("pkg/.gitignore"))
c.run("cp -R {} {}".format("pkg", WWW_PUBLIC_WASM_DIR))


Expand Down
3 changes: 3 additions & 0 deletions www/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# generated
/public/wasm/

# dependencies
/node_modules
/.pnp
Expand Down
2 changes: 1 addition & 1 deletion www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4441,7 +4441,7 @@ fill-range@^7.0.1:
to-regex-range "^5.0.1"

"filmborders@file:../pkg":
version "0.0.25"
version "0.0.31"

finalhandler@1.2.0:
version "1.2.0"
Expand Down

0 comments on commit cc9192b

Please sign in to comment.