Update .github/workflows/deploy.yml
Some checks failed
Build Quartz site / build (push) Failing after 16s

This commit is contained in:
2023-12-14 22:42:54 +00:00
parent 57c20d5faa
commit 0bf3c12d94

View File

@@ -28,5 +28,8 @@ jobs:
github-server-url: 'https://github.com' github-server-url: 'https://github.com'
token: ${{ secrets.GH_PAT }} token: ${{ secrets.GH_PAT }}
- name: "Copying"
run: cp -RT ./content/ ./content/.github/actions/deploy-quartz/content ./quartz/ ./content/.github/actions/deploy-quartz/quartz
- name: "Building Quartz content" - name: "Building Quartz content"
uses: ./content/.github/actions/deploy-quartz/ uses: ./content/.github/actions/deploy-quartz/