From 16001f6ef4cf37c5aeeae6e86377cb42a4fed29d Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Thu, 14 Dec 2023 23:11:05 +0000 Subject: [PATCH] Update .github/actions/deploy-quartz/Dockerfile --- .github/actions/deploy-quartz/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/deploy-quartz/Dockerfile b/.github/actions/deploy-quartz/Dockerfile index fae2469..1e0524c 100644 --- a/.github/actions/deploy-quartz/Dockerfile +++ b/.github/actions/deploy-quartz/Dockerfile @@ -7,6 +7,6 @@ COPY quartz quartz RUN mkdir output RUN cd quartz -# RUN npm ci +RUN npm ci CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"] \ No newline at end of file