Update .github/workflows/deploy.yml
Build Quartz site / build (push) Failing after 20s Details

This commit is contained in:
Peaceultime 2023-12-14 22:28:01 +00:00
parent 5c07d11599
commit 799a63bd60
1 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,9 @@ jobs:
token: ${{ secrets.GH_PAT }} token: ${{ secrets.GH_PAT }}
- name: "Check folders" - name: "Check folders"
run: ls -al ./content run: ls -al .
working-directory: /
- name: "Building Quartz content" - name: "Building Quartz content"
uses: ./content/.github/actions/deploy-quartz uses: ./content/.github/actions/deploy-quartz/
working-directory: /