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

This commit is contained in:
Peaceultime 2023-12-14 22:19:17 +00:00
parent ff65385eb0
commit e5fd048345
1 changed files with 2 additions and 2 deletions

View File

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