From 1869be9a19fdb588bc5d1c064aae3331d16eccba Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 02:56:48 -0500 Subject: [PATCH] upload tarball to releases instead --- .gitea/workflows/deploy.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index dc16947..96bc26a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,10 +9,6 @@ permissions: contents: read id-token: write -concurrency: - group: "pages" - cancel-in-progress: false - jobs: build: runs-on: ubuntu-latest @@ -67,13 +63,13 @@ jobs: working-directory: quartz - run: ls -alR working-directory: quartz/public + - run: tar czf www.tar.gz quartz/public - uses: akkuman/gitea-release-action@v1 - working-directory: quartz with: tag_name: ${{env.CURRENT_VERSION}} name: ${{env.CURRENT_VERSION}} files: |- - public/ + www.tar.gz token: ${{secrets.CI_ACCESS}} - run: git push working-directory: content \ No newline at end of file