Skip to content

Commit

Permalink
Fix User guide PDF generation (#2476)
Browse files Browse the repository at this point in the history
Make PR action fail if PDF generation fails
  • Loading branch information
pet-mit authored Oct 30, 2024
1 parent 97e7b5d commit 4128112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/pdf-doc-generation-with-sphinx/create_pdf_doc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# exit script if any subcommand fails
set -e
# copy reference guide md files and assets
cp -r ../user-guide source/
cp -r ../assets/ source/
Expand Down

0 comments on commit 4128112

Please sign in to comment.