mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +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
|
||||
|
||||
# install mkdocs (or insiders version, if we're passed a GH_TOKEN var)
|
||||
if [ -z "$GH_TOKEN" ]
|
||||
if [ "$GH_TOKEN" -eq "" ]
|
||||
then
|
||||
echo "No GH_TOKEN passed, doing a normal build.."
|
||||
pip install mkdocs-material
|
||||
|
||||
Reference in New Issue
Block a user