We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ed378 commit 1ecc59dCopy full SHA for 1ecc59d
.github/workflows/deploy.yml
@@ -183,13 +183,11 @@ jobs:
183
sed -i 's#ARGS#${{ env.ARGS }}#g' config_github_terminal.js
184
sed -i 's#ENV#${{ env.ENV }}#g' config_github_terminal.js
185
sed -i 's#CWD#${{ env.CWD }}#g' config_github_terminal.js
186
- # Debug
187
- cat config_github_terminal.js
188
189
- name: Build NPM package
190
run: |
191
npm install
192
- WEBVM_MODE=github npm build run
+ WEBVM_MODE=github npm run build
193
194
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
195
- run: mv build $DEPLOY_DIR
0 commit comments