From e5fd048345fdd60f0c781594ddf3088fe496231d Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 22:19:17 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 23a2845..e43cbc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: token: ${{ secrets.GH_PAT }} - name: "Check folders" - run: ls -al . + run: ls -al ./content - name: "Building Quartz content" - uses: ./.github/actions/deploy-quartz \ No newline at end of file + uses: ./content/.github/actions/deploy-quartz \ No newline at end of file