Skip to content

Commit

Permalink
Changed what is being uploaded to the Github Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pigrenok committed Jan 3, 2024
1 parent b0c5d86 commit 12e4412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
# Result is an ext2 image for webvm.

# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
- run: sudo mv assets examples xterm favicon.ico index.html login.html network.js scrollbar.css serviceWorker.js tower.ico $DEPLOY_DIR
- run: sudo mv assets examples xterm guide static favicon.ico index.html login.html network.js script.js main.css scrollbar.css serviceWorker.js $DEPLOY_DIR

# The .txt suffix enabled HTTP compression for free
- name: Generate image split chunks and .meta file
Expand Down

0 comments on commit 12e4412

Please sign in to comment.