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 7c221b9 commit 5d3b40aCopy full SHA for 5d3b40a
.github/workflows/static.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pip install mkdocs mkdocs-material
38
39
- name: Build MKDocs
40
- run: mkdocs build --site-dir ./dist --config-file ./docs/mkdocs.yml
+ run: mkdocs build --site-dir ./dist --config-file ./mkdocs.yml
41
42
- name: Merge Builds
43
run: cp --recursive ./docs/dist/* ./dist/
0 commit comments