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