ci: set env for docs

This commit is contained in:
Folke Lemaitre 2024-06-29 12:01:52 +02:00
parent 09f69bae4b
commit 07ccb49ace
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ jobs:
docs:
runs-on: ubuntu-latest
needs: tests
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Generate Docs
shell: bash