From a4d2c02ae0b608a80e7c195a288a27e3dfaeb29a Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 8 Sep 2024 16:49:11 +0100 Subject: [PATCH 1/4] Update brainsteam/content/notes/2024/09/08/Moody sky this morning on a walk along ....md --- .../2024/09/08/Moody sky this morning on a walk along ....md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/brainsteam/content/notes/2024/09/08/Moody sky this morning on a walk along ....md b/brainsteam/content/notes/2024/09/08/Moody sky this morning on a walk along ....md index 5d2d75e..635d17e 100644 --- a/brainsteam/content/notes/2024/09/08/Moody sky this morning on a walk along ....md +++ b/brainsteam/content/notes/2024/09/08/Moody sky this morning on a walk along ....md @@ -5,7 +5,8 @@ date: '2024-09-08 12:52:00' draft: false photo: - url: /media/1725796327250_c8c555b4.jpg -tags: [] +tags: + - personal title: Moody sky this morning on a walk along ... type: notes --- From 3679cbcaf4b9be5ceb6849605867c9e2c20c6aaf Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 8 Sep 2024 16:51:21 +0100 Subject: [PATCH 2/4] Update .gitea/workflows/publish.yml --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 54a3004..13b32ff 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v3 # - name: install python+pip # run: | From 3d2d2f3dc88988798fe5951072a64f4f2eed81f3 Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 8 Sep 2024 16:52:39 +0100 Subject: [PATCH 3/4] Update .gitea/workflows/publish.yml --- .gitea/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 13b32ff..a2a620b 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -9,7 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - name: check out repo - uses: actions/checkout@v3 + uses: https://gitea.com/actions/checkout + #uses: actions/checkout@v3 # - name: install python+pip # run: | From a0cbf4382be68a0ee0ccb298238367f712014ee8 Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 8 Sep 2024 16:56:24 +0100 Subject: [PATCH 4/4] Update .gitea/workflows/publish.yml --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index a2a620b..3c58bfa 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: check out repo - uses: https://gitea.com/actions/checkout + uses: https://gitea.com/actions/checkout@v3 #uses: actions/checkout@v3 # - name: install python+pip