We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc1ead commit 439e8e6Copy full SHA for 439e8e6
.github/workflows/deploy-docs.yml
@@ -8,6 +8,8 @@ on:
8
jobs:
9
deploy:
10
runs-on: ubuntu-latest
11
+ permissions:
12
+ contents: write
13
steps:
14
- uses: actions/checkout@v4
15
- name: Set up Python
0 commit comments