File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff 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
152151extra :
153152 social :
154153 - icon : fontawesome/brands/twitter
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ trap cleanup INT
1010pip install ' urllib3<2' yq
1111pip 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
1818test -d compute-js/bin || mkdir compute-js/bin
1919test -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