Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <[email protected]>
  • Loading branch information
oilbeater committed Feb 21, 2024
1 parent 9dc97fe commit 0919b46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
with:
python-version: '3.10'
- run: pip install -r docs/requirements.txt
- run: |
- name: build
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GIT_COMMITER_TOKEM }}
run: |
git config --global user.name "ci-bot"
git config --global user.email "[email protected]"
git fetch origin gh-pages
Expand Down

0 comments on commit 0919b46

Please sign in to comment.