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