-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
run: npm run build | ||
- name: Push updated ref genome data and offline mode to master | ||
run: | | ||
zip -r viralwasm-consensus-offline.zip dist/ run_website.py | ||
zip -9 -r viralwasm-consensus-offline.zip dist/ run_website.py | ||
git config --global user.name 'GitHub Actions' | ||
git config --global user.email '[email protected]' | ||
git add . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
run: npx playwright test site-tests.spec.ts | ||
- name: Push offline mode to master | ||
run: | | ||
zip -r viralwasm-consensus-offline.zip dist/ run_website.py | ||
zip -9 -r viralwasm-consensus-offline.zip dist/ run_website.py | ||
git config --global user.name 'GitHub Actions' | ||
git config --global user.email '[email protected]' | ||
git add viralwasm-consensus-offline.zip | ||
|