Skip to content

Commit

Permalink
without insiders (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik authored Oct 26, 2023
1 parent 8d65232 commit df736b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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 Expand Up @@ -50,8 +49,7 @@ jobs:

- 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 mike
pip install git+https://github.com/squidfunk/mkdocs-material.git mkdocs-redirects mike
- name: Configure git credentials
run: |
Expand Down

0 comments on commit df736b0

Please sign in to comment.