Skip to content

Commit

Permalink
without insiders
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersbn committed Oct 26, 2023
1 parent 8d65232 commit 9395cbe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
python-version: '3.8'
- name: Install packages
run: |
git config --global url."https://${{ secrets.MKDOCS_INSIDERS_TOKEN }}@github".insteadOf https://github
pip install git+https://github.com/squidfunk/mkdocs-material-insiders.git mkdocs-redirects
pip install git+https://github.com/squidfunk/mkdocs-material.git mkdocs-redirects
- name: Build
run: make build
env:
Expand Down

0 comments on commit 9395cbe

Please sign in to comment.