Skip to content

Commit

Permalink
GH++
Browse files Browse the repository at this point in the history
  • Loading branch information
alexp-sssup committed Oct 15, 2024
1 parent 12ed378 commit 1ecc59d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,11 @@ jobs:
sed -i 's#ARGS#${{ env.ARGS }}#g' config_github_terminal.js
sed -i 's#ENV#${{ env.ENV }}#g' config_github_terminal.js
sed -i 's#CWD#${{ env.CWD }}#g' config_github_terminal.js
# Debug
cat config_github_terminal.js
- name: Build NPM package
run: |
npm install
WEBVM_MODE=github npm build run
WEBVM_MODE=github npm run build
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
- run: mv build $DEPLOY_DIR
Expand Down

0 comments on commit 1ecc59d

Please sign in to comment.