diff --git a/.github/actions/deploy-quartz/Dockerfile b/.github/actions/deploy-quartz/Dockerfile index 77e3aba..0262c7d 100644 --- a/.github/actions/deploy-quartz/Dockerfile +++ b/.github/actions/deploy-quartz/Dockerfile @@ -1,10 +1,14 @@ FROM node:20-slim -COPY content/ content/ -COPY quartz/ quartz/ +WORKDIR /workspace/Peaceultime/system-aspect/content + +# COPY content content +# COPY quartz quartz RUN mkdir output RUN cd quartz RUN npm ci +RUN pwd + CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"] \ No newline at end of file