Update .github/workflows/deploy.yml
Build Quartz site / build (push) Failing after 13s
Details
Build Quartz site / build (push) Failing after 13s
Details
This commit is contained in:
parent
1674f78eae
commit
488063983d
|
|
@ -28,10 +28,5 @@ jobs:
|
||||||
github-server-url: 'https://github.com'
|
github-server-url: 'https://github.com'
|
||||||
token: ${{ secrets.GH_PAT }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
|
|
||||||
- name: "Check folders"
|
|
||||||
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: /
|
|
||||||
Loading…
Reference in New Issue