Update .github/workflows/deploy.yml
Deploy Quartz site to GitHub Pages / build (push) Failing after 13s
Details
Deploy Quartz site to GitHub Pages / build (push) Failing after 13s
Details
This commit is contained in:
parent
8f6f8b2e52
commit
0a249eab4c
|
|
@ -18,11 +18,5 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # Fetch all history for git info
|
fetch-depth: 0 # Fetch all history for git info
|
||||||
- name: "Setting up Node 18.14"
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
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:
|
|
||||||
args: npx quartz build -d /workspace/Peaceultime/system-aspect -o /workspace/Peaceultime/system-aspect/build
|
|
||||||
Loading…
Reference in New Issue