Skip to content

Commit

Permalink
Update doc-automation.yml (#3105)
Browse files Browse the repository at this point in the history
  • Loading branch information
svekars authored Apr 23, 2024
1 parent 946da22 commit 41696c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doc-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
build_docs_job:
runs-on: ubuntu-20.04
permissions:
# Grant write permission here so that the doc can be pushed to gh-pages branch
contents: write
steps:
- name: Setup Python 3.9
uses: actions/setup-python@v5
Expand Down

0 comments on commit 41696c0

Please sign in to comment.