From 6731b23c2a457bffe88e9e3fbbf58568f111f178 Mon Sep 17 00:00:00 2001 From: Lauren Kaviak Date: Sat, 11 Apr 2026 02:08:30 -0500 Subject: [PATCH] fuck you! --- .gitea/workflows/deploy.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 999db07..dbb36a6 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,13 +20,8 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 24 - - uses: actions/checkout@v6 - id: clone quartz repo - with: - # Repository name with owner. For example, actions/checkout - # Default: ${{ github.repository }} - repository: 'jackyzha0/quartz.git' - github-server-url: 'https://github.com/' + - id: clone quartz repo + run: git clone https://github.com/jackyzha0/quartz.git - uses: actions/checkout@v6 id: get garden content with: