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

This commit is contained in:
Peaceultime 2023-12-14 23:10:01 +00:00
parent 57c50face2
commit b8f8f4cfe3
1 changed files with 2 additions and 5 deletions

View File

@ -1,15 +1,12 @@
FROM node:20-slim
WORKDIR /workspace/Peaceultime/system-aspect/content
WORKDIR /workspace/Peaceultime/system-aspect
# COPY content content
# COPY quartz quartz
COPY quartz quartz
# RUN mkdir output
# RUN cd quartz
# RUN npm ci
RUN pwd
RUN echo "Test"
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]