Skip to content

Commit

Permalink
update v1 publish directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Zeng committed Jun 15, 2024
1 parent ae93436 commit 15425fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
run: ls -R
working-directory: github-page
- name: Remove diet-diary dir
run: git rm -r diet-diary/
run: git rm -r project/diet-diary/v1/
working-directory: github-page
- name: Copy build dir to diet-diary dir
run: cp -r ../build/ diet-diary
run: cp -r ../build/ project/diet-diary/v1
working-directory: github-page
- name: Publish to my GitHub page
run: |
Expand Down

0 comments on commit 15425fe

Please sign in to comment.