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