Skip to content

Commit

Permalink
V1.0 (#76)
Browse files Browse the repository at this point in the history
* update version

* update v1 publish directory
  • Loading branch information
ZengLawrence authored Jun 15, 2024
1 parent b8388a7 commit f5902c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diet-diary",
"version": "0.13.0",
"version": "1.0.0",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit f5902c7

Please sign in to comment.