Update .github/workflows/deploy.yml
Deploy Quartz site to GitHub Pages / build (push) Failing after 42s
Details
Deploy Quartz site to GitHub Pages / build (push) Failing after 42s
Details
This commit is contained in:
parent
ea06278155
commit
f7cc2c865f
|
|
@ -25,5 +25,4 @@ jobs:
|
|||
- name: "Building Quartz content"
|
||||
uses: docker://ghcr.io/jackyzha0/quartz:hugo
|
||||
with:
|
||||
entrypoint: npx
|
||||
args: 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