We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aa33f commit 7d7ccfcCopy full SHA for 7d7ccfc
1 file changed
.github/workflows/bonsai-docs.yml
@@ -10,6 +10,7 @@ jobs:
10
- working-directory: ./
11
env:
12
GH_APIKEY: ${{ secrets.GH_APIKEY }}
13
+ GH_TOKEN: ${{ secrets.GH_APIKEY }}
14
run: |
15
sudo apt update && sudo apt install -y python3-pip
16
pip3 install furo sphinx-autoapi sphinx-copybutton
0 commit comments