Tests
Build Quartz site / build (push) Failing after 54s
Details
Build Quartz site / build (push) Failing after 54s
Details
This commit is contained in:
parent
01be83726a
commit
9b047e92ba
|
|
@ -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"]
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue