diff --git a/.github/actions/deploy-quartz/Dockerfile b/.github/actions/deploy-quartz/Dockerfile index c674884..82afc7c 100644 --- a/.github/actions/deploy-quartz/Dockerfile +++ b/.github/actions/deploy-quartz/Dockerfile @@ -2,8 +2,8 @@ FROM node:20-slim WORKDIR /usr/src/app -COPY /workspace/Peaceultime/system-aspect/content /usr/src/content -COPY /workspace/Peaceultime/system-aspect/quartz /usr/src/app/ +COPY /workspace/Peaceultime/system-aspect/content/ /usr/src/content/ +COPY /workspace/Peaceultime/system-aspect/quartz/ /usr/src/app/ RUN npm ci