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