Skip to content

Commit

Permalink
adding github action for doc preview
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed May 2, 2023
1 parent eeb9d1a commit a218a7a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/documentation-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: readthedocs/actions

on:
pull_request_target:
types:
- opened

permissions:
pull-requests: write

jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: scicode-widgets

0 comments on commit a218a7a

Please sign in to comment.