You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/pages/community/contributing.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,3 +166,13 @@ To edit a page, please:
166
166
167
167
If you aren't sure where the changes should be made, please
168
168
[get in touch!](https://neuroinformatics.zulipchat.com/#narrow/stream/405999-DataShuttle)
169
+
170
+
171
+
### Previewing the documentation in continuous integration
172
+
173
+
We use [artifact.ci](https://artifact.ci/) to preview the documentation that is built as part of our GitHub Actions workflow. To do so:
174
+
1. Go to the "Checks" tab in the GitHub PR.
175
+
2. Click on the "Docs" section on the left.
176
+
3. If the "Build Sphinx Docs" action is successful, a summary section will appear under the block diagram with a link to preview the built documentation.
177
+
4. Click on the link and wait for the files to be uploaded (it may take a while the first time). You may be asked to sign in to GitHub.
178
+
5. Once the upload is complete, look for `docs/build/html/index.html` under the "Detected Entrypoints" section.
0 commit comments