Skip to content

Commit

Permalink
website: ensure destination folders exist
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikh committed Aug 13, 2024
1 parent a89e764 commit d00dea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
set -e
rm -rf ./public
mkdir -p data
mkdir -p content/docs/configuration/default_config
go run ./cmd/generate_checks/generate_checks.go >data/checks.json
go run ./cmd/generate_config/generate_config.go >content/docs/configuration/default_config/index.md

Expand Down

0 comments on commit d00dea3

Please sign in to comment.