Skip to content

Commit

Permalink
ci: fix path to docs command (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel committed Feb 20, 2022
1 parent afa4eda commit 9a8378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-service-config-docs.sh
Expand Up @@ -7,7 +7,7 @@ function generate_docs() {
DOCSPATH=./docs/services/$SERVICE
echo -en "Creating docs for \e[96m$SERVICE\e[0m... "
mkdir -p "$DOCSPATH"
go run ./cmd/shoutrrr docs -f markdown "$SERVICE" > "$DOCSPATH"/config.md
go run ./shoutrrr docs -f markdown "$SERVICE" > "$DOCSPATH"/config.md
if [ $? ]; then
echo -e "Done!"
fi
Expand Down

0 comments on commit 9a8378c

Please sign in to comment.