Skip to content

Commit

Permalink
set -eo pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Nov 7, 2024
1 parent 11b8d7e commit baa3556
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/scripts/check_tech_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
# This script recreates technical documentation for the ush and tests/WE2E Python scripts
# If the tech docs produced here do not match the branch's contents, the script will fail

set -eo pipefail

# Install prerequisites
sudo apt-get install python3-sphinx
sudo apt-get install python3-sphinx-rtd-theme
pip install sphinx
pip install sphinx-rtd-theme
pip install sphinxcontrib-bibtex

# Regenerate tech docs in ush and tests/WE2E based on current state of scripts in those directories.
Expand Down

0 comments on commit baa3556

Please sign in to comment.