We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca2606b + f3c1b1e commit 9f21574Copy full SHA for 9f21574
.github/mkdocs/mkdocs.yaml
@@ -1,6 +1,5 @@
1
+INHERIT: mkdocs-default.yml
2
site_name: SciCat Documentation
-docs_dir: ../../docs
3
-
4
5
nav:
6
- Home: index.md
@@ -32,14 +31,3 @@ nav:
32
31
33
- About:
34
- about/index.md
35
36
-theme: material
37
38
-plugins:
39
- - search
40
- - glightbox
41
- - section-index
42
43
44
-extra_css:
45
- - custom.css
.github/workflows/mkdocs.yaml renamed to .github/workflows/publish-docs.yml
@@ -6,11 +6,12 @@ on: # yamllint disable-line rule:truthy
- main
7
tags:
8
- v*
9
+
10
jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
- - uses: SciCatProject/scicatlive/.github/actions/mkdocs-pages@main
14
+ - uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@main
15
with:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
push: true
0 commit comments