Update .github/workflows/deploy.yml
Deploy Quartz site to GitHub Pages / build (push) Failing after 5s
Details
Deploy Quartz site to GitHub Pages / build (push) Failing after 5s
Details
This commit is contained in:
parent
b59aeb0c96
commit
725bd28e0b
|
|
@ -23,7 +23,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 18.14
|
node-version: 18.14
|
||||||
- name: "Building Quartz content"
|
- name: "Building Quartz content"
|
||||||
uses: docker://ghcr.io/jackyzha0/quartz:hugo
|
uses: ghcr.io/jackyzha0/quartz:hugo
|
||||||
with:
|
with:
|
||||||
entrypoint: bash
|
|
||||||
args: npx quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build
|
args: npx quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build
|
||||||
Loading…
Reference in New Issue