Update .github/actions/deploy-quartz/Dockerfile
Build Quartz site / build (push) Failing after 19s
Details
Build Quartz site / build (push) Failing after 19s
Details
This commit is contained in:
parent
57c50face2
commit
b8f8f4cfe3
|
|
@ -1,15 +1,12 @@
|
||||||
FROM node:20-slim
|
FROM node:20-slim
|
||||||
|
|
||||||
WORKDIR /workspace/Peaceultime/system-aspect/content
|
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
|
||||||
|
|
||||||
RUN pwd
|
|
||||||
RUN echo "Test"
|
|
||||||
|
|
||||||
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
||||||
Loading…
Reference in New Issue