add gh_token

This commit is contained in:
Jason Liu
2023-11-06 22:44:41 -05:00
parent 9c7f4ba345
commit fbc294e40f
+2
View File
@@ -28,6 +28,8 @@ jobs:
sudo apt-get update &&
sudo apt-get install pngquant &&
pip install -r requirements-doc.txt
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- name: Fetch documentation branch
run: git fetch origin gh-pages --depth=1