mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-15 10:46:34 +00:00
Fix build script for PRs from forked repos
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
# python3 scripts/build.py mkdocs.yml
|
# python3 scripts/build.py mkdocs.yml
|
||||||
|
|
||||||
# install mkdocs (or insiders version, if we're passed a GH_TOKEN var)
|
# install mkdocs (or insiders version, if we're passed a GH_TOKEN var)
|
||||||
if [ -z "$GH_TOKEN" ]
|
if [ "$GH_TOKEN" -eq "" ]
|
||||||
then
|
then
|
||||||
echo "No GH_TOKEN passed, doing a normal build.."
|
echo "No GH_TOKEN passed, doing a normal build.."
|
||||||
pip install mkdocs-material
|
pip install mkdocs-material
|
||||||
|
|||||||
Reference in New Issue
Block a user