Skip to content

Commit

Permalink
fix: gen script
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Mar 16, 2022
1 parent 9630f50 commit 09f0c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if which gsed >/dev/null 2>&1; then
SED="gsed"
fi

rm -rf ./docs/*.md
rm -rf docs
mkdir docs

go run . docs
Expand Down

0 comments on commit 09f0c3b

Please sign in to comment.