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
|
FROM node:20-slim as builder
|
||||||
WORKDIR /usr/src/app
|
COPY /workspace/Peaceultime/system-aspect /usr/src/app
|
||||||
COPY /workspace/jackyzha0/quartz /usr/src/app
|
WORKDIR /usr/src/app/quartz
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
COPY /workspace/Peaceultime/system-aspect /workspace/Peaceultime/system-aspect
|
CMD ["npx", "quartz", "build", "-d", "/usr/src/app/content", "-o", "/usr/src/app/output"]
|
||||||
CMD ["npx", "quartz", "build", "-d", "/workspace/Peaceultime/system-aspect", "-o", "/output"]
|
|
||||||
|
|
@ -17,13 +17,14 @@ jobs:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
path: 'content'
|
||||||
fetch-depth: 0 # Fetch all history for git info
|
fetch-depth: 0 # Fetch all history for git info
|
||||||
|
|
||||||
- name: "Fetching Quartz"
|
- name: "Fetching Quartz"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'jackyzha0/quartz'
|
repository: 'jackyzha0/quartz'
|
||||||
path: '../quartz'
|
path: 'quartz'
|
||||||
github-server-url: 'https://github.com'
|
github-server-url: 'https://github.com'
|
||||||
|
|
||||||
- name: "Building Quartz content"
|
- name: "Building Quartz content"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue