Skip to content

Commit

Permalink
Bump mkdocs and mkcdocs-material-insiders version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Aug 1, 2023
1 parent 3b9b84e commit 8c2ccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_homepage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install mkdocs-material-insiders
env:
GH_TOKEN: ${{ secrets.MKDOCS_MATERIAL_INSIDERS_PAT }}
run: pip install mkdocs==1.4.3 git+https://${GH_TOKEN}@github.com/jaywonchung/mkdocs-material-insiders.git
run: pip install git+https://${GH_TOKEN}@github.com/jaywonchung/mkdocs-material-insiders.git@9.1.21-insiders-4.38.1
- name: Install other homepage dependencies
run: pip install -r requirements.txt
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8c2ccb0

Please sign in to comment.