File tree Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Expand file tree Collapse file tree 1 file changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
38
38
39
39
- name : Generate Documentation
40
40
shell : bash -l {0}
41
- run : pdoc synaptic_reconstruction -o doc/html
41
+ run : pdoc -o doc/
42
42
43
43
- name : Verify Documentation Output
44
- run : ls -la doc/html
44
+ run : ls -la doc/
45
45
46
46
- name : Upload Documentation Artifact
47
- uses : actions/upload-artifact@v4
47
+ uses : actions/upload-pages- artifact@v4
48
48
with :
49
- name : documentation
49
+ # name: documentation
50
50
path : doc/
51
51
52
52
deploy :
@@ -60,22 +60,14 @@ jobs:
60
60
name : github-pages
61
61
url : ${{ steps.deployment.outputs.page_url }}
62
62
steps :
63
- - name : Download Documentation Artifact
64
- uses : actions/download-artifact@v4
65
- with :
66
- name : documentation
67
- path : .
68
- - name : Copy pdoc HTML to root
69
- run : |
70
- ls -la .
71
- cp -r documentation/* . # Copy HTML content to root directory
72
-
73
- - name : Copy markdown files to root
74
- run : |
75
- cp doc/*.md . # Copy markdown files from doc/ to root directory
63
+ # - name: Download Documentation Artifact
64
+ # uses: actions/download-artifact@v4
65
+ # with:
66
+ # name: documentation
67
+ # path: .
76
68
77
69
- name : Deploy to GiHub Pages
78
70
uses : actions/deploy-pages@v4
79
- with :
80
- artifact_name : documentation
71
+ # with:
72
+ # artifact_name: documentation
81
73
You can’t perform that action at this time.
0 commit comments