Skip to content

Commit dae9dbd

Browse files
committed
docs: build docs index dynamically
1 parent 7637c0e commit dae9dbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@v0.0.1
14+
- uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@v0.1.0
1515
with:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
push: true
18+
# if this file does not need to exist locally, the one in the action is used
19+
# https://github.com/SciCatProject/docs-template/blob/v0.1.0/.github/actions/mkdocs-pages/mkdocs-nested.yml
20+
docs_config: .github/actions/mkdocs-pages/mkdocs-nested.yml

0 commit comments

Comments
 (0)