Skip to content

Commit

Permalink
revert to default
Browse files Browse the repository at this point in the history
  • Loading branch information
norlandrhagen committed Mar 27, 2024
1 parent 0f4b317 commit 72dafc6
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/docs_preview.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: readthedocs/actions
# on:
# pull_request_target:
# types:
# - opened
# # paths:
# # - "docs/**"

# .github/workflows/documentation-links.yml

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

permissions:
pull-requests: write
Expand All @@ -20,4 +19,4 @@ jobs:
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "virtualizarr"
project-slug: "virtualizarr"

0 comments on commit 72dafc6

Please sign in to comment.