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 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