diff --git a/.github/actions/deploy-quartz/Dockerfile b/.github/actions/deploy-quartz/Dockerfile index 0262c7d..cc13d40 100644 --- a/.github/actions/deploy-quartz/Dockerfile +++ b/.github/actions/deploy-quartz/Dockerfile @@ -5,10 +5,11 @@ WORKDIR /workspace/Peaceultime/system-aspect/content # COPY content content # COPY quartz quartz -RUN mkdir output -RUN cd quartz -RUN npm ci +# 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