Skip to content

Commit

Permalink
GHA: further error handling - build.sh (#394)
Browse files Browse the repository at this point in the history
sdarwin authored Jan 20, 2025
1 parent 56eaba4 commit 78aa518
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions antora-ui/build.sh
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

# This script is used to build the Antora-UI

set -xe

echo "Starting antora-ui/build.sh"

# Find npm and npx
npm_version=$(npm --version 2>/dev/null)
if [ -z "$npm_version" ]; then
2 changes: 2 additions & 0 deletions libdoc.sh
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@
set -x
set -e

echo "Starting libdoc.sh"

if [ $# -eq 0 ]; then
echo "Usage: $0 { branch | version | 'release' | 'all' }..."
echo

0 comments on commit 78aa518

Please sign in to comment.