Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit df736b0

Browse files
author
Sameer Naik
authored
without insiders (#404)
1 parent 8d65232 commit df736b0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-and-release.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
python-version: '3.8'
2121
- name: Install packages
2222
run: |
23-
git config --global url."https://${{ secrets.MKDOCS_INSIDERS_TOKEN }}@github".insteadOf https://github
24-
pip install git+https://github.com/squidfunk/mkdocs-material-insiders.git mkdocs-redirects
23+
pip install git+https://github.com/squidfunk/mkdocs-material.git mkdocs-redirects
2524
- name: Build
2625
run: make build
2726
env:
@@ -50,8 +49,7 @@ jobs:
5049

5150
- name: Install packages
5251
run: |
53-
git config --global url."https://${{ secrets.MKDOCS_INSIDERS_TOKEN }}@github".insteadOf https://github
54-
pip install git+https://github.com/squidfunk/mkdocs-material-insiders.git mkdocs-redirects mike
52+
pip install git+https://github.com/squidfunk/mkdocs-material.git mkdocs-redirects mike
5553
5654
- name: Configure git credentials
5755
run: |

0 commit comments

Comments
 (0)