Update .github/workflows/deploy.yml
Deploy Quartz site to GitHub Pages / build (push) Failing after 13s Details

This commit is contained in:
Peaceultime 2023-12-14 13:26:03 +00:00
parent 8f6f8b2e52
commit 0a249eab4c
1 changed files with 1 additions and 7 deletions

View File

@ -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