Skip to content

Commit

Permalink
Update mkdocs-dev.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <[email protected]>
  • Loading branch information
gitworkflows authored Dec 15, 2023
1 parent 621b433 commit af52653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mkdocs-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
pip install -r docs/build/requirements.txt
env:
GH_TOKEN: ${{ secrets.MKDOCS_AQUA_BOT }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Configure the git user
run: |
git config user.name "knqyf263"
git config user.email "knqyf263@gmail.com"
git config user.name "gitworkflows"
git config user.email "infosulaimanbd@gmail.com"
- name: Deploy the dev documents
run: mike deploy --push dev

0 comments on commit af52653

Please sign in to comment.