From e3370bded5233da5a62d9a307cad968ee9d54f5f Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 02:45:23 -0500 Subject: [PATCH] set the working directory --- .gitea/workflows/deploy.yaml | 3 ++- version.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e3d31a2..f0d30e8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -72,4 +72,5 @@ jobs: files: |- public/** token: ${{secrets.CI_ACCESS}} - - run: git push && git push --tags \ No newline at end of file + - run: git push && git push --tags + working-directory: content \ No newline at end of file diff --git a/version.txt b/version.txt index 8a9ecc2..6c6aa7c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.1.0 \ No newline at end of file