Skip to content

Commit

Permalink
Moved RTD to own action.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Dec 19, 2024
1 parent 9c3b618 commit 5a35494
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,6 @@ jobs:
cd demo
for file in *.ipynb; do papermill $file foo.ipynb; done
name: Test all demo notebooks
RTD-links:
on:
pull_request_target:
types:
-opened
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
17 changes: 17 additions & 0 deletions .github/workflows/rtd_link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: add RTD links
on:
pull_request_target:
types:
- opened
# Execute this action only on PRs that touch
# documentation files.
# paths:
# - "docs/**"

permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "montepy"

0 comments on commit 5a35494

Please sign in to comment.