Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Jul 29, 2024
1 parent 1adc2fc commit a7a3ff0
Show file tree
Hide file tree
Showing 2,809 changed files with 145,819 additions and 12 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
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ bz2.wasm

# swap lines below and provide files to host a webworker server on github

/src/public/data/*
# !/public/LoginThread.js
# !/public/worker.js
# /src/public/data/*
!/public/LoginThread.js
!/public/worker.js
Loading

0 comments on commit a7a3ff0

Please sign in to comment.