-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Milestone
Description
currently, we build our readthedocs content when testing a pull request. this means we push changes to readthedocs any time someone updates a commit on an active PR. since this is now an open source project, this means that a random github user could submit a PR with changes to our documentation and it would run the docs build process for them.
proposed change:
- copy the build action over to a push action (based on this comment)
- if sphinx supports a dry-run operation to test the validity of the docs: (on a cursory search of the docs i didn't find one)
- change the current PR action so that it executes a dry run of building the docs, which at least confirms the validity of any docs changes
Metadata
Metadata
Assignees
Labels
No labels