You've already forked system-aspect
This commit is contained in:
7
.github/actions/deploy-quartz/Dockerfile
vendored
7
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -1,7 +1,6 @@
|
|||||||
FROM node:20-slim as builder
|
FROM node:20-slim as builder
|
||||||
WORKDIR /usr/src/app
|
COPY /workspace/Peaceultime/system-aspect /usr/src/app
|
||||||
COPY /workspace/jackyzha0/quartz /usr/src/app
|
WORKDIR /usr/src/app/quartz
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
COPY /workspace/Peaceultime/system-aspect /workspace/Peaceultime/system-aspect
|
CMD ["npx", "quartz", "build", "-d", "/usr/src/app/content", "-o", "/usr/src/app/output"]
|
||||||
CMD ["npx", "quartz", "build", "-d", "/workspace/Peaceultime/system-aspect", "-o", "/output"]
|
|
||||||
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -17,13 +17,14 @@ jobs:
|
|||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
path: 'content'
|
||||||
fetch-depth: 0 # Fetch all history for git info
|
fetch-depth: 0 # Fetch all history for git info
|
||||||
|
|
||||||
- name: "Fetching Quartz"
|
- name: "Fetching Quartz"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: 'jackyzha0/quartz'
|
repository: 'jackyzha0/quartz'
|
||||||
path: '../quartz'
|
path: 'quartz'
|
||||||
github-server-url: 'https://github.com'
|
github-server-url: 'https://github.com'
|
||||||
|
|
||||||
- name: "Building Quartz content"
|
- name: "Building Quartz content"
|
||||||
|
|||||||
Reference in New Issue
Block a user