Update .github/actions/deploy-quartz/Dockerfile
Some checks failed
Build Quartz site / build (push) Failing after 19s

This commit is contained in:
2023-12-14 23:10:01 +00:00
parent 57c50face2
commit b8f8f4cfe3

View File

@@ -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"]