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