From f5902c7cf3373d42b1ece692c0363bf9acb3977b Mon Sep 17 00:00:00 2001 From: Lawrence Zeng Date: Sat, 15 Jun 2024 15:20:51 -0400 Subject: [PATCH] V1.0 (#76) * update version * update v1 publish directory --- .github/workflows/ci-cd.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 90afcc9a..ed7006fa 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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: | diff --git a/package.json b/package.json index 7e7600f2..c30fbf33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diet-diary", - "version": "0.13.0", + "version": "1.0.0", "private": true, "homepage": ".", "dependencies": {