Skip to content

Commit 1ecc59d

Browse files
committedOct 15, 2024
GH++
1 parent 12ed378 commit 1ecc59d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/deploy.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,11 @@ jobs:
183183
sed -i 's#ARGS#${{ env.ARGS }}#g' config_github_terminal.js
184184
sed -i 's#ENV#${{ env.ENV }}#g' config_github_terminal.js
185185
sed -i 's#CWD#${{ env.CWD }}#g' config_github_terminal.js
186-
# Debug
187-
cat config_github_terminal.js
188186
189187
- name: Build NPM package
190188
run: |
191189
npm install
192-
WEBVM_MODE=github npm build run
190+
WEBVM_MODE=github npm run build
193191
194192
# Move required files for gh-pages deployment to the deployment directory $DEPLOY_DIR.
195193
- run: mv build $DEPLOY_DIR

0 commit comments

Comments
 (0)