File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ plugins:
148
148
" guides/add_mirror_manager.md " : " guides/mirror_management/add_mirror_manager.md"
149
149
- tags
150
150
- privacy
151
- - optimize
152
151
extra :
153
152
social :
154
153
- icon : fontawesome/brands/twitter
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ trap cleanup INT
10
10
pip install ' urllib3<2' yq
11
11
pip install -r requirements.txt
12
12
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
17
17
18
18
test -d compute-js/bin || mkdir compute-js/bin
19
19
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/ )
You can’t perform that action at this time.
0 commit comments