Skip to content

Commit

Permalink
publish webworker+webrtc server on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jul 31, 2024
1 parent e1b5d83 commit 928f41d
Show file tree
Hide file tree
Showing 2,775 changed files with 60,408 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy

on:
push:
branches: [ main ]
branches: [ main, host ]

permissions:
contents: write
Expand Down
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ bz2.wasm

public/data/players/

# !/public/data/
# !/public/LoginThread.js
# !/public/worker.js
# !/public/bzip2.wasm
# !/public/rsmod-pathfinder.wasm
!/public/data/
!/public/LoginThread.js
!/public/worker.js
!/public/bzip2.wasm
!/public/rsmod-pathfinder.wasm
Loading

0 comments on commit 928f41d

Please sign in to comment.