Skip to content

Commit

Permalink
feat: add preview CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaocs7 committed Oct 2, 2023
1 parent b29769d commit 06a9ba6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pull-request-links.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .github/workflows/pull-request-links.yaml

name: readthedocs/actions
on:
pull_request_target:
types:
- opened
# Execute this action only on PRs that touch
# documentation files.
paths:
- "docs/**"

permissions:
pull-requests: write

jobs:
pull-request-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "liuxiaocs-nebula-python"

0 comments on commit 06a9ba6

Please sign in to comment.