diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0554890..64c0a91 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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