Skip to content

Commit

Permalink
Fail gh actions if building the docs fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Oct 29, 2023
1 parent c74ed58 commit e8bf90e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -euo pipefail

rm -rf docs
mkdir docs
cd ChunkyDocs
Expand Down

0 comments on commit e8bf90e

Please sign in to comment.