Update script to strip numpy typing and re-execute notebooks #51
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: readthedocs/preview | |
| on: | |
| pull_request_target: | |
| types: [opened] | |
| branches: | |
| - develop | |
| jobs: | |
| rtdpreview: | |
| if: "github.repository == 'MDAnalysis/UserGuide'" | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: readthedocs/actions/preview@v1 | |
| with: | |
| project-slug: "mdanalysisuserguide" |