Update .github/workflows/deploy.yml
Build Quartz site / build (push) Failing after 15s
Details
Build Quartz site / build (push) Failing after 15s
Details
This commit is contained in:
parent
d02d06ec8a
commit
bbde1da26f
|
|
@ -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: "Check folders"
|
||||||
|
run: ls /workplace/Peaceultime/system-aspect
|
||||||
|
|
||||||
- name: "Building Quartz content"
|
- name: "Building Quartz content"
|
||||||
uses: ./.github/actions/deploy-quartz
|
uses: ./.github/actions/deploy-quartz
|
||||||
Loading…
Reference in New Issue