From fc47d119bba36857ffb0912787516118ae4f30e9 Mon Sep 17 00:00:00 2001 From: June Date: Tue, 19 May 2026 19:24:06 +0200 Subject: [PATCH 1/2] docs: move guides into sub-directory Also start documenting the docs structure in home. --- docs/{ => guides}/create-new-web-service-vm.md | 0 .../setting_up_secrets_using_sops_for_a_new_host.md | 0 docs/index.md | 2 ++ 3 files changed, 2 insertions(+) rename docs/{ => guides}/create-new-web-service-vm.md (100%) rename docs/{ => guides}/setting_up_secrets_using_sops_for_a_new_host.md (100%) diff --git a/docs/create-new-web-service-vm.md b/docs/guides/create-new-web-service-vm.md similarity index 100% rename from docs/create-new-web-service-vm.md rename to docs/guides/create-new-web-service-vm.md diff --git a/docs/setting_up_secrets_using_sops_for_a_new_host.md b/docs/guides/setting_up_secrets_using_sops_for_a_new_host.md similarity index 100% rename from docs/setting_up_secrets_using_sops_for_a_new_host.md rename to docs/guides/setting_up_secrets_using_sops_for_a_new_host.md diff --git a/docs/index.md b/docs/index.md index e390c5e..9c1e48e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,5 @@ # CCCHH Infrastructure Documentation Home for CCCHH infrastructure documentation. + +- **Guides**: Documentation on how to achieve various things. From 0dc3f12bccccb3f02efad8ec9eb7ed1b6a87bd65 Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 19 May 2026 17:31:14 +0000 Subject: [PATCH 2/2] Update actions/upload-artifact action to v7 --- .forgejo/workflows/deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy-docs.yaml b/.forgejo/workflows/deploy-docs.yaml index 537d983..8ece046 100644 --- a/.forgejo/workflows/deploy-docs.yaml +++ b/.forgejo/workflows/deploy-docs.yaml @@ -67,7 +67,7 @@ jobs: run: | rsync -v -r --delete -e "ssh -i deploykey.priv -o 'UserKnownHostsFile ./known_hosts'" site/ infra-docs-deploy@public-web-static.hosts.hamburg.ccc.de:/var/www/infra-docs.hamburg.ccc.de/ - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v7 if: github.event_name == 'pull_request' with: name: docs-build