mirror of
https://github.com/django-components/django-components.git
synced 2025-09-21 21:22:26 +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
|
contents: write # to let mkdocs write the new docs
|
||||||
pages: write # to deploy to Pages
|
pages: write # to deploy to Pages
|
||||||
id-token: write # to verify the deployment originates from an appropriate source
|
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
|
runs-on: ubuntu-latest
|
||||||
# Only run in original repo (not in forks)
|
# Only run in original repo (not in forks)
|
||||||
if: github.repository == 'django-components/django-components'
|
if: github.repository == 'django-components/django-components'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue