You've already forked system-aspect
Update .github/actions/deploy-quartz/Dockerfile
Some checks failed
Build Quartz site / build (push) Failing after 16s
Some checks failed
Build Quartz site / build (push) Failing after 16s
This commit is contained in:
6
.github/actions/deploy-quartz/Dockerfile
vendored
6
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -2,11 +2,11 @@ FROM node:20-slim
|
|||||||
|
|
||||||
WORKDIR /workspace/Peaceultime/system-aspect
|
WORKDIR /workspace/Peaceultime/system-aspect
|
||||||
|
|
||||||
# COPY content content
|
COPY content content
|
||||||
COPY quartz quartz
|
COPY quartz quartz
|
||||||
|
|
||||||
# RUN mkdir output
|
RUN mkdir output
|
||||||
# RUN cd quartz
|
RUN cd quartz
|
||||||
# RUN npm ci
|
# RUN npm ci
|
||||||
|
|
||||||
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
||||||
Reference in New Issue
Block a user