Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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