diff --git a/.github/actions/deploy-quartz/Dockerfile b/.github/actions/deploy-quartz/Dockerfile index cc13d40..93b2a44 100644 --- a/.github/actions/deploy-quartz/Dockerfile +++ b/.github/actions/deploy-quartz/Dockerfile @@ -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"] \ No newline at end of file