Skip to content

Commit

Permalink
add compression to offline zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ji committed Apr 12, 2024
1 parent 4c0ed08 commit df31cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df31cf6

Please sign in to comment.