You've already forked system-aspect
vault backup: 2023-12-15 00:36:30
All checks were successful
Build Quartz site / build (push) Successful in 1m33s
All checks were successful
Build Quartz site / build (push) Successful in 1m33s
This commit is contained in:
13
.github/actions/deploy-quartz/Dockerfile
vendored
13
.github/actions/deploy-quartz/Dockerfile
vendored
@@ -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"]
|
||||
5
.github/actions/deploy-quartz/action.yml
vendored
5
.github/actions/deploy-quartz/action.yml
vendored
@@ -1,5 +0,0 @@
|
||||
name: 'Build Quartz'
|
||||
description: 'Use Quartz to build the static website content'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
4
.obsidian/plugins/obsidian-git/data.json
vendored
4
.obsidian/plugins/obsidian-git/data.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user