From 799a63bd6064863853ca63fe985515164ed8464f Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 22:28:01 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e43cbc8..2ce9482 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,9 @@ jobs: token: ${{ secrets.GH_PAT }} - name: "Check folders" - run: ls -al ./content + run: ls -al . + working-directory: / - 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