Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/actions/build-mkdocs-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down