vault backup: 2023-12-15 00:36:30
Build Quartz site / build (push) Successful in 1m33s Details

This commit is contained in:
Peaceultime 2023-12-15 00:36:30 +01:00
parent 0c23a48925
commit 6223cbb4e6
4 changed files with 2 additions and 25 deletions

View File

@ -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"]

View File

@ -1,5 +0,0 @@
name: 'Build Quartz'
description: 'Use Quartz to build the static website content'
runs:
using: 'docker'
image: 'Dockerfile'

View File

@ -59,8 +59,3 @@ jobs:
- name: Build Quartz
run: npx quartz build
working-directory: ./quartz
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./quartz/public

View File

@ -1,7 +1,7 @@
{
"commitMessage": "vault backup: {{date}}",
"commitDateFormat": "YYYY-MM-DD HH:mm:ss",
"autoSaveInterval": 1,
"autoSaveInterval": 5,
"autoPushInterval": 0,
"autoPullInterval": 0,
"autoPullOnBoot": true,
@ -17,7 +17,7 @@
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": true,
"differentIntervalCommitAndPush": false,
"changedFilesInStatusBar": true,
"showedMobileNotice": true,
"refreshSourceControlTimer": 7000,