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.
1 parent 7637c0e commit dae9dbdCopy full SHA for dae9dbd
.github/workflows/publish-docs.yml
@@ -11,7 +11,10 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@v0.0.1
+ - uses: SciCatProject/docs-template/.github/actions/mkdocs-pages@v0.1.0
15
with:
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
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