From bbde1da26ff75d80a0d881031edb7df841e612e8 Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 21:58:05 +0000 Subject: [PATCH] Update .github/workflows/deploy.yml --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5cc0823..54deac1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,5 +28,8 @@ jobs: github-server-url: 'https://github.com' token: ${{ secrets.GH_PAT }} + - name: "Check folders" + run: ls /workplace/Peaceultime/system-aspect + - name: "Building Quartz content" uses: ./.github/actions/deploy-quartz \ No newline at end of file