Skip to content

Commit 2da2084

Browse files
committed
test
1 parent c2e5725 commit 2da2084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ permissions: {}
1717
jobs:
1818
run:
1919
runs-on: ubuntu-latest
20+
permissions:
21+
contents: write
2022
steps:
2123
- name: checkout
2224
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -47,5 +49,3 @@ jobs:
4749
with:
4850
github_token: ${{ secrets.GITHUB_TOKEN }}
4951
publish_dir: docs/_build/html
50-
permissions:
51-
actions: write

0 commit comments

Comments
 (0)