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:
4
.github/actions/deploy-quartz/Dockerfile
vendored
4
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -1,7 +1,7 @@
|
|||||||
FROM node:20-slim
|
FROM node:20-slim
|
||||||
|
|
||||||
COPY ../../../../content/ ./content/
|
COPY content/ content/
|
||||||
COPY ../../../../quartz/ ./quartz/
|
COPY quartz/ quartz/
|
||||||
|
|
||||||
RUN mkdir output
|
RUN mkdir output
|
||||||
RUN cd quartz
|
RUN cd quartz
|
||||||
|
|||||||
Reference in New Issue
Block a user