Skip to content

Commit

Permalink
fix(CI): 括号平衡
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Apr 13, 2024
1 parent c62f584 commit a8b9255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
YOUDAO_APP_SECRET = os.getenv("YOUDAO_APP_SECRET")
ANTHROPIC_TIER1_SECRET = os.getenv("ANTHROPIC_TIER1_SECRET")
with open("./apps/ba-online-toolbox/src/tools/public/secrets.json", "w") as f:
f.write(f'{{"YOUDAO_APP_ID": "{YOUDAO_APP_ID}", "YOUDAO_APP_SECRET": "{YOUDAO_APP_SECRET}", "ANTHROPIC_TIER1_SECRET": "{ANTHROPIC_TIER1_SECRET}"}}'
f.write(f'{{"YOUDAO_APP_ID": "{YOUDAO_APP_ID}", "YOUDAO_APP_SECRET": "{YOUDAO_APP_SECRET}", "ANTHROPIC_TIER1_SECRET": "{ANTHROPIC_TIER1_SECRET}"}}')
- name: Rush build
run: node common/scripts/install-run-rush.js build --to blue-archive-story-viewer --verbose
- name: Viewer rsync deploy
Expand Down

0 comments on commit a8b9255

Please sign in to comment.