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

This commit is contained in:
Peaceultime 2023-12-14 23:07:40 +00:00
parent 79099c465e
commit bff803bb38
1 changed files with 4 additions and 3 deletions

View File

@ -5,10 +5,11 @@ WORKDIR /workspace/Peaceultime/system-aspect/content
# 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 pwd
RUN echo "Test"
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"] CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]