Skip to content

Commit 9f21574

Browse files
authored
Merge pull request #11 from SciCatProject/new-ci-pipeline
New ci pipeline
2 parents ca2606b + f3c1b1e commit 9f21574

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/mkdocs/mkdocs.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1+
INHERIT: mkdocs-default.yml
12
site_name: SciCat Documentation
2-
docs_dir: ../../docs
3-
43

54
nav:
65
- Home: index.md
@@ -32,14 +31,3 @@ nav:
3231

3332
- About:
3433
- 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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ on: # yamllint disable-line rule:truthy
66
- main
77
tags:
88
- v*
9+
910
jobs:
1011
build:
1112
runs-on: ubuntu-latest
1213
steps:
13-
- uses: SciCatProject/scicatlive/.github/actions/mkdocs-pages@main
14+
- uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@main
1415
with:
1516
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1617
push: true

0 commit comments

Comments
 (0)