Update .github/workflows/deploy.yml
Deploy Quartz site to GitHub Pages / build (push) Failing after 39s
Details
Deploy Quartz site to GitHub Pages / build (push) Failing after 39s
Details
This commit is contained in:
parent
8343d180de
commit
b59aeb0c96
|
|
@ -23,4 +23,7 @@ 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: docker://ghcr.io/jackyzha0/quartz:hugo
|
||||||
|
with:
|
||||||
|
entrypoint: bash
|
||||||
|
args: npx quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build
|
||||||
Loading…
Reference in New Issue