Skip to content

Commit e772b45

Browse files
authored
Stop using mkdocs-material insiders build (#560)
It is now all public. https://squidfunk.github.io/mkdocs-material/blog/2025/11/11/insiders-now-free-for-everyone/.
1 parent 403ac67 commit e772b45

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/verify-site-builds.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
uses: actions/[email protected]
1818
- name: Install dependencies
1919
run: pip install -r requirements.txt
20-
env:
21-
INSIDERS_PAT: ${{ secrets.MATERIAL_INSIDERS_ACCESS }}
2220
- name: Build site
2321
run: mkdocs build
2422
- name: Send alert on failure

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
git+https://${INSIDERS_PAT}@github.com/squidfunk/mkdocs-material-insiders.git
1+
mkdocs-material
22
mkdocs-htmlproofer-plugin>=0.1.0
3-
mkdocs-ezlinks-plugin>=0.1.8
3+
mkdocs-ezlinks-plugin>=0.1.8

0 commit comments

Comments
 (0)