Skip to content

Commit

Permalink
fix: fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 15, 2024
1 parent da07860 commit 0fd97a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:

- name: Deploy documentation to AWS S3
run: |
aws s3 sync ./docs/.vitepress/dist s3://docs.codedang.com --region ap-northeast-2
aws s3 sync .vitepress/dist s3://docs.codedang.com --region ap-northeast-2

0 comments on commit 0fd97a3

Please sign in to comment.