mirror of
https://github.com/django-components/django-components.git
synced 2025-09-20 12:49:45 +00:00
refactor: allow docs CI workflow to make PRs (#1046)
This commit is contained in:
parent
f54f3ccb0b
commit
173537ef36
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docs.yml
vendored
1
.github/workflows/docs.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
contents: write # to let mkdocs write the new docs
|
||||
pages: write # to deploy to Pages
|
||||
id-token: write # to verify the deployment originates from an appropriate source
|
||||
pull-requests: write # to merge to master via PR
|
||||
runs-on: ubuntu-latest
|
||||
# Only run in original repo (not in forks)
|
||||
if: github.repository == 'django-components/django-components'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue