Skip to content

Commit

Permalink
store
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyhhssyy committed May 26, 2024
1 parent 47c6558 commit 293b3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: 'yarn'
- run: yarn install --frozen-lockfile
# 强行指定Test的后端Url
- run: echo "window._env_ = { VUE_APP_API_URL: 'https://amiya-bot-service.hsyhhssyy.net' };" >> ./public/config.js
- run: "echo \"window._env_ = { VUE_APP_API_URL: 'https://amiya-bot-service.hsyhhssyy.net' };\" >> ./public/config.js"
- run: yarn build
- name: Login to Private Harbor
uses: docker/login-action@v2
Expand Down

0 comments on commit 293b3ca

Please sign in to comment.