From bff803bb387a7eec5763c42d3bd2eb6c3c20504c Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 23:07:40 +0000 Subject: [PATCH] Update .github/actions/deploy-quartz/Dockerfile --- .github/actions/deploy-quartz/Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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