From 33aee070786f04b14dbff25177b4e83023bdd118 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 22:37:12 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1440451..dae460b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,5 +29,4 @@ jobs: token: ${{ secrets.GH_PAT }} - name: "Building Quartz content" - uses: ./content/.github/actions/deploy-quartz/ - working-directory: ./ \ No newline at end of file + uses: ./content/.github/actions/deploy-quartz/ \ No newline at end of file