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