Skip to content

Commit 37535b3

Browse files
authored
Update build_docs.yaml
1 parent 65d6dd3 commit 37535b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build_docs.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ jobs:
4040
shell: bash -l {0}
4141
run: pdoc synaptic_reconstruction -o doc/html
4242

43+
- name: Verify Documentation Output
44+
run: ls -la doc/html
45+
46+
- name: Upload Documentation Artifact
47+
uses: actions/upload-artifact@v3
48+
with:
49+
name: documentation
50+
path: doc/html
51+
4352
deploy:
4453
name: Deploy Documentation
4554
needs: build

0 commit comments

Comments
 (0)