Skip to content

Commit 8d910ed

Browse files
committed
- fixed req path
1 parent 0f21a44 commit 8d910ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: pip install -r workshop/content/requirements.txt
2525

2626
- name: Build MkDocs site
27-
run: mkdocs gh-deploy --force --clean
27+
run: mkdocs gh-deploy --config-file workshop/content/mkdocs.yml --force --clean

0 commit comments

Comments
 (0)