From 490d20af9e4ddf599d9caa0e107b1380576d7449 Mon Sep 17 00:00:00 2001 From: Colin Lambrechts Date: Mon, 9 Jun 2025 13:41:32 +0200 Subject: [PATCH 1/2] Fix uplaod artifact action specific for github pages. --- .github/actions/build-mkdocs-pages/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/build-mkdocs-pages/action.yml b/.github/actions/build-mkdocs-pages/action.yml index af79ab7..4931232 100644 --- a/.github/actions/build-mkdocs-pages/action.yml +++ b/.github/actions/build-mkdocs-pages/action.yml @@ -19,7 +19,6 @@ runs: run: mkdocs build --strict --verbose - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-pages-artifact@v3 with: - name: github-pages path: site From 615198b4815864c69348bcf35adc632793efd088 Mon Sep 17 00:00:00 2001 From: Colin Lambrechts Date: Mon, 9 Jun 2025 13:41:49 +0200 Subject: [PATCH 2/2] Fix copyright notice thingie. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index cfa592f..69216a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ docs_dir: docs use_directory_urls: false site_author: Colin Lambrechts site_description: A collection of climbing notes, make publicly available so others might benefit from them. -copyright: Copyright Colin Lambrechts - Licenced under MIT License +copyright: Copyright Colin Lambrechts - Licensed under MIT License for the non-attributed parts. Other parts may be under different licenses, see the individual files for details. theme: name: material