Skip to content

Commit

Permalink
build.sh debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Create Index Workflow committed Jan 12, 2024
1 parent 872d44e commit 4277a08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/bash

set -euo pipefail
set -x

# Validate JSON
jq . cheat-sheets.json >/dev/null
Expand Down Expand Up @@ -82,7 +83,7 @@ build_search_index() {
}
console.log(JSON.stringify(docs));
}
}build_search_index
run();
EOT
Expand Down Expand Up @@ -124,8 +125,8 @@ extra_cheat_sheets() {
}

cheat_sheets
extra_cheat_sheets
build_search_index
extra_cheat_sheets

if [ "${GITHUB_RUN_NUMBER-}" != "" ]; then
git config user.email "[email protected]"
Expand Down

0 comments on commit 4277a08

Please sign in to comment.