vault backup: 2023-12-15 00:36:30
Build Quartz site / build (push) Successful in 1m33s
Details
Build Quartz site / build (push) Successful in 1m33s
Details
This commit is contained in:
parent
0c23a48925
commit
6223cbb4e6
|
|
@ -1,13 +0,0 @@
|
||||||
FROM node:20-alpine
|
|
||||||
|
|
||||||
WORKDIR /workspace/Peaceultime/system-aspect
|
|
||||||
|
|
||||||
COPY content /usr/var/content
|
|
||||||
COPY quartz /usr/var/app
|
|
||||||
|
|
||||||
WORKDIR /usr/var/app
|
|
||||||
|
|
||||||
RUN mkdir ../output
|
|
||||||
RUN npm ci
|
|
||||||
|
|
||||||
CMD ["npx", "quartz", "build", "-d", "../content", "-o", "../output"]
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
name: 'Build Quartz'
|
|
||||||
description: 'Use Quartz to build the static website content'
|
|
||||||
runs:
|
|
||||||
using: 'docker'
|
|
||||||
image: 'Dockerfile'
|
|
||||||
|
|
@ -59,8 +59,3 @@ jobs:
|
||||||
- name: Build Quartz
|
- name: Build Quartz
|
||||||
run: npx quartz build
|
run: npx quartz build
|
||||||
working-directory: ./quartz
|
working-directory: ./quartz
|
||||||
|
|
||||||
- name: Upload artifact
|
|
||||||
uses: actions/upload-pages-artifact@v2
|
|
||||||
with:
|
|
||||||
path: ./quartz/public
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"commitMessage": "vault backup: {{date}}",
|
"commitMessage": "vault backup: {{date}}",
|
||||||
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||||
"autoSaveInterval": 1,
|
"autoSaveInterval": 5,
|
||||||
"autoPushInterval": 0,
|
"autoPushInterval": 0,
|
||||||
"autoPullInterval": 0,
|
"autoPullInterval": 0,
|
||||||
"autoPullOnBoot": true,
|
"autoPullOnBoot": true,
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
"treeStructure": false,
|
"treeStructure": false,
|
||||||
"refreshSourceControl": true,
|
"refreshSourceControl": true,
|
||||||
"basePath": "",
|
"basePath": "",
|
||||||
"differentIntervalCommitAndPush": true,
|
"differentIntervalCommitAndPush": false,
|
||||||
"changedFilesInStatusBar": true,
|
"changedFilesInStatusBar": true,
|
||||||
"showedMobileNotice": true,
|
"showedMobileNotice": true,
|
||||||
"refreshSourceControlTimer": 7000,
|
"refreshSourceControlTimer": 7000,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue