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