Skip to content

Commit

Permalink
check for GRIP_PASSWORD once again
Browse files Browse the repository at this point in the history
  • Loading branch information
vladak authored Mar 3, 2024
1 parent 0799ab2 commit 91992f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
set -e
set -x

if [[ -z $GRIP_PASSWORD ]]; then
echo "GRIP_PASSWORD must be non-empty"
exit 1
fi

cd gh-pages

# Convert Markdown to HTML.
Expand Down

0 comments on commit 91992f2

Please sign in to comment.