Skip to content

Commit

Permalink
Add permissions?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Mar 29, 2024
1 parent 601ca0e commit df9c871
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ on:

jobs:
build:

permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3

- name: Install dependencies
run: |
pip install sphinx_rtd_theme myst-parser sphinx-copybutton
Expand Down

0 comments on commit df9c871

Please sign in to comment.