Tests
Build Quartz site / build (push) Failing after 54s Details

This commit is contained in:
Peaceultime 2023-12-14 15:45:22 +01:00
parent 01be83726a
commit 9b047e92ba
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,6 @@
FROM node:20-slim as builder
WORKDIR /usr/src/app
COPY /workspace/jackyzha0/quartz /usr/src/app
COPY /workspace/Peaceultime/system-aspect /usr/src/app
WORKDIR /usr/src/app/quartz
RUN npm ci
COPY /workspace/Peaceultime/system-aspect /workspace/Peaceultime/system-aspect
CMD ["npx", "quartz", "build", "-d", "/workspace/Peaceultime/system-aspect", "-o", "/output"]
CMD ["npx", "quartz", "build", "-d", "/usr/src/app/content", "-o", "/usr/src/app/output"]

View File

@ -17,13 +17,14 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v3
with:
path: 'content'
fetch-depth: 0 # Fetch all history for git info
- name: "Fetching Quartz"
uses: actions/checkout@v3
with:
repository: 'jackyzha0/quartz'
path: '../quartz'
path: 'quartz'
github-server-url: 'https://github.com'
- name: "Building Quartz content"