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