diff --git a/.github/actions/deploy-quartz/Dockerfile b/.github/actions/deploy-quartz/Dockerfile deleted file mode 100644 index 5f6eef8..0000000 --- a/.github/actions/deploy-quartz/Dockerfile +++ /dev/null @@ -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"] \ No newline at end of file diff --git a/.github/actions/deploy-quartz/action.yml b/.github/actions/deploy-quartz/action.yml deleted file mode 100644 index f36c5c8..0000000 --- a/.github/actions/deploy-quartz/action.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: 'Build Quartz' -description: 'Use Quartz to build the static website content' -runs: - using: 'docker' - image: 'Dockerfile' \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bfbd8ea..45233fd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index a15f9ae..342ac88 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -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,