Skip to content

Commit 5d3b40a

Browse files
committed
Update Config File
1 parent 7c221b9 commit 5d3b40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: pip install mkdocs mkdocs-material
3838

3939
- name: Build MKDocs
40-
run: mkdocs build --site-dir ./dist --config-file ./docs/mkdocs.yml
40+
run: mkdocs build --site-dir ./dist --config-file ./mkdocs.yml
4141

4242
- name: Merge Builds
4343
run: cp --recursive ./docs/dist/* ./dist/

0 commit comments

Comments
 (0)