Skip to content

Commit 532f248

Browse files
authoredAug 1, 2023
Update documentation.yml
1 parent 400f162 commit 532f248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/documentation.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
path: .cache
2020
- run: sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
2121
- run: pip install -r docs/requirements.txt
22+
env:
23+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
2224
- name: Setup doc deploy
2325
run: |
2426
git config --global user.name vektra-bot

0 commit comments

Comments
 (0)
Please sign in to comment.