Skip to content

Commit

Permalink
Fixed in wrong path
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jul 28, 2024
1 parent 94ca882 commit 00c2b15
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 @@ -89,7 +89,7 @@ jobs:
- name: Replaces og Attendee Services
run: cd docs_dev/site/assets/images/social/about_coscup/attendee_services/; wget https://volunteer.coscup.org/img/2024/attendee_services.jpg -O ./index.png; cp ./index.png ./index.zh-TW.png;
- name: Replaces og AS Attendee
run: cd docs_dev/site/assets/images/social/about_coscup/how_to_participate/as_attendee/; wget https://volunteer.coscup.org/doc/2022/bof_giveaways.webp -O ./index.png; cp ./index.png ./index.zh-TW.png;
run: cd docs_dev/site/assets/images/social/about_coscup/how_to_participate/; wget https://volunteer.coscup.org/doc/2022/bof_giveaways.webp -O ./as_attendee.png; cp ./as_attendee.png ./as_attendee.zh-TW.png;
- name: Clean the all files
env:
AWS_ACCESS_KEY_ID: ${{ secrets.DOC_S3_ID }}
Expand Down

0 comments on commit 00c2b15

Please sign in to comment.