Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
9ddc851
1
Parent(s):
b87d7ee
Add paper generation to docs builder
Browse files
.github/workflows/docs.yml
CHANGED
@@ -39,6 +39,7 @@ jobs:
|
|
39 |
pydoc-markdown --build --site-dir build -vv
|
40 |
cp docs/build/content/docs/api*.md docs/
|
41 |
for f in docs/api*.md; do mv "$f" "$f.bkup" && cat "$f.bkup" | sed '1,4d' > "$f" && rm "$f.bkup"; done
|
|
|
42 |
- name: "Deploy documentation"
|
43 |
uses: JamesIves/[email protected]
|
44 |
with:
|
|
|
39 |
pydoc-markdown --build --site-dir build -vv
|
40 |
cp docs/build/content/docs/api*.md docs/
|
41 |
for f in docs/api*.md; do mv "$f" "$f.bkup" && cat "$f.bkup" | sed '1,4d' > "$f" && rm "$f.bkup"; done
|
42 |
+
cd docs && python generate_papers.py && cd ..
|
43 |
- name: "Deploy documentation"
|
44 |
uses: JamesIves/[email protected]
|
45 |
with:
|