1
0
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:
David Young
2022-08-29 17:01:54 +12:00
parent 9c85865150
commit 9326ca6140

View File

@@ -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