From 488063983d702844eee834c4e73a6474b8e58b3f Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 22:33:35 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2ce9482..dae460b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,10 +28,5 @@ jobs: github-server-url: 'https://github.com' token: ${{ secrets.GH_PAT }} - - name: "Check folders" - run: ls -al . - working-directory: / - - 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