Skip to content

Commit 41696c0

Browse files
authored
Update doc-automation.yml (#3105)
1 parent 946da22 commit 41696c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/doc-automation.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
jobs:
88
build_docs_job:
99
runs-on: ubuntu-20.04
10+
permissions:
11+
# Grant write permission here so that the doc can be pushed to gh-pages branch
12+
contents: write
1013
steps:
1114
- name: Setup Python 3.9
1215
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)