Skip to content

Commit

Permalink
Fixed lost in zh-TW
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jul 11, 2024
1 parent ffa7622 commit b9e801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
PYTHONPATH: "../"
run: cd docs_dev; poetry run mkdocs -v build -s;
- name: Replaces og
run: cd docs_dev; wget https://volunteer.coscup.org/img/2024/coscup_junior_workshop_2024_1.jpg -o ./site/assets/images/social/about_coscup/junior_workshop/overview.png;
run: cd docs_dev/site/assets/images/social/about_coscup/junior_workshop/; wget https://volunteer.coscup.org/img/2024/coscup_junior_workshop_2024_1.jpg -o ./overview.png; cp ./overview.png ./overview.zh-TW.png;
- name: Clean the all files
env:
AWS_ACCESS_KEY_ID: ${{ secrets.DOC_S3_ID }}
Expand Down

0 comments on commit b9e801a

Please sign in to comment.