From 3db89750fa47f46faf60467afed6f692a89ccd6f Mon Sep 17 00:00:00 2001 From: "Tomoya Matsuura(MacBookPro)" Date: Mon, 5 Feb 2024 00:09:16 +0900 Subject: [PATCH] [obsidian] vault backup: 2024-02-05 00:09:16[ --- .gitea/workflows/ci.yaml | 4 ---- content/.obsidian/plugins/obsidian-git/data.json | 1 + content/Giteaで静的サイトをホストする.md | 4 +++- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 49c13462..053f3d53 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -18,10 +18,6 @@ jobs: cache-dependency-path: 'package-lock.json' - run: npm i - run: npx quartz build - - name: Upload artifact - uses: actions/upload-pages-artifact@v2 - with: - path: ./public - name: Create private key run: | echo "${{ secrets.PRIVATE_KEY }}" > /tmp/act_runner_key diff --git a/content/.obsidian/plugins/obsidian-git/data.json b/content/.obsidian/plugins/obsidian-git/data.json index 22faf8e7..111d6061 100644 --- a/content/.obsidian/plugins/obsidian-git/data.json +++ b/content/.obsidian/plugins/obsidian-git/data.json @@ -8,6 +8,7 @@ "disablePush": false, "pullBeforePush": true, "disablePopups": false, + "disablePopupsForNoChanges": false, "listChangedFilesInMessageBody": false, "showStatusBar": true, "updateSubmodules": false, diff --git a/content/Giteaで静的サイトをホストする.md b/content/Giteaで静的サイトをホストする.md index 43fca746..99a30a25 100644 --- a/content/Giteaで静的サイトをホストする.md +++ b/content/Giteaで静的サイトをホストする.md @@ -4,4 +4,6 @@ やっぱ普通にrsyncで同期するしかないのか privatekeyを環境からジェネってるけど、これどっから持ってきてるんだ -普通にリポジトリのsecretsに突っ込んでるだけか、まあそうか \ No newline at end of file +普通にリポジトリのsecretsに突っ込んでるだけか、まあそうか + +Branch Previewが手軽にできればいいんだけどなあ \ No newline at end of file