Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
cc971b5
1
Parent(s):
3a355e3
Fix docs deployment action
Browse files
.github/workflows/docs.yml
CHANGED
@@ -30,7 +30,4 @@ jobs:
|
|
30 |
- name: "Build API docs"
|
31 |
run: cd docs && ./gen_docs.sh
|
32 |
- name: "Deploy documentation"
|
33 |
-
|
34 |
-
with:
|
35 |
-
branch: gh-pages
|
36 |
-
folder: docs
|
|
|
30 |
- name: "Build API docs"
|
31 |
run: cd docs && ./gen_docs.sh
|
32 |
- name: "Deploy documentation"
|
33 |
+
run: mkdocs gh-deploy --force
|
|
|
|
|
|