Skip to content

Commit

Permalink
Merge pull request #624 from idaholab/rtd_action
Browse files Browse the repository at this point in the history
Added RTD action.
  • Loading branch information
MicahGale authored Dec 18, 2024
2 parents c6db7cd + 61b7def commit 8f29e47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ jobs:
cd demo
for file in *.ipynb; do papermill $file foo.ipynb; done
name: Test all demo notebooks
RTD-links:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "montepy"

format-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f29e47

Please sign in to comment.