You've already forked system-aspect
Update .github/actions/deploy-quartz/Dockerfile
Some checks failed
Build Quartz site / build (push) Failing after 16s
Some checks failed
Build Quartz site / build (push) Failing after 16s
This commit is contained in:
2
.github/actions/deploy-quartz/Dockerfile
vendored
2
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -7,6 +7,6 @@ COPY quartz quartz
|
|||||||
|
|
||||||
RUN mkdir output
|
RUN mkdir output
|
||||||
RUN cd quartz
|
RUN cd quartz
|
||||||
# RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
||||||
Reference in New Issue
Block a user