Skip to content

Commit

Permalink
Added fail on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Sep 24, 2022
1 parent 8fefdf6 commit db03089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/generate_docs.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/env bash
# Generates documentation files to docs/ from published compilations in publish/

# Exits on error
set -e

# list of all projects
declare -a projs=(
"Abstractions"
Expand Down

0 comments on commit db03089

Please sign in to comment.