From 5c347ab685d7eec22c7479570c54fd2f024d5073 Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 03:03:35 -0500 Subject: [PATCH] use branches --- .gitea/workflows/deploy.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 96bc26a..b0a5c9c 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -3,7 +3,10 @@ name: Deploy Quartz site to Pages env: VERSION_FRAGMENT: minor -on: [push] +on: + push: + branches: + - 'main' permissions: contents: read @@ -63,7 +66,7 @@ jobs: working-directory: quartz - run: ls -alR working-directory: quartz/public - - run: tar czf www.tar.gz quartz/public + - run: tar -czfv www.tar.gz -C quartz public - uses: akkuman/gitea-release-action@v1 with: tag_name: ${{env.CURRENT_VERSION}}