Skip to content

Commit c9eadef

Browse files
Merge pull request #68 from NeilHanlon/main
fix: try not using material insiders
2 parents 7cd75f0 + fb75d6e commit c9eadef

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

mkdocs.yml

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ plugins:
148148
"guides/add_mirror_manager.md": "guides/mirror_management/add_mirror_manager.md"
149149
- tags
150150
- privacy
151-
- optimize
152151
extra:
153152
social:
154153
- icon: fontawesome/brands/twitter

setup-deps.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ trap cleanup INT
1010
pip install 'urllib3<2' yq
1111
pip install -r requirements.txt
1212

13-
# Only install insiders package if it's available
14-
if [[ -n "$GH_TOKEN" ]]; then
15-
pip install "git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git"
16-
fi
13+
# Only install insiders package if it's available and we've not asked for it to be skipped
14+
# if [[ -n "$GH_TOKEN" ]]; then
15+
# pip install "git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git"
16+
# fi
1717

1818
test -d compute-js/bin || mkdir compute-js/bin
1919
test -x compute-js/bin/fastly || ( curl -L https://github.com/fastly/cli/releases/download/v10.8.3/fastly_v10.8.3_linux-amd64.tar.gz | tar -xzf /dev/stdin -C compute-js/bin/ )

0 commit comments

Comments
 (0)