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
14 changes: 1 addition & 13 deletions .github/mkdocs/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
INHERIT: mkdocs-default.yml
site_name: SciCat Documentation
docs_dir: ../../docs


nav:
- Home: index.md
Expand Down Expand Up @@ -32,14 +31,3 @@ nav:

- About:
- about/index.md

theme: material

plugins:
- search
- glightbox
- section-index


extra_css:
- custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on: # yamllint disable-line rule:truthy
- main
tags:
- v*

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: SciCatProject/scicatlive/.github/actions/mkdocs-pages@main
- uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
push: true