Tests
Build Quartz site / build (push) Failing after 46s
Details
Build Quartz site / build (push) Failing after 46s
Details
This commit is contained in:
parent
ebcc245973
commit
f3b6c46fed
|
|
@ -1,6 +1,6 @@
|
|||
FROM node:20-slim as builder
|
||||
WORKDIR /usr/src/app
|
||||
COPY /quartz .
|
||||
COPY /workspace/jackyzha0/quartz /usr/src/app
|
||||
RUN npm ci
|
||||
|
||||
COPY /workspace/Peaceultime/system-aspect /workspace/Peaceultime/system-aspect
|
||||
|
|
|
|||
|
|
@ -18,7 +18,11 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Fetch all history for git info
|
||||
- name: "Get Quartz"
|
||||
run: git clone https://github.com/jackyzha0/quartz.git /quartz
|
||||
|
||||
- name: "Fetching Quartz"
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: 'jackyzha0/quartz'
|
||||
|
||||
- name: "Building Quartz content"
|
||||
uses: ./.github/actions/deploy-quartz
|
||||
Loading…
Reference in New Issue