Skip to content

Commit

Permalink
fix: docs folder cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Oct 30, 2024
1 parent 428767d commit 8e4ee4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ docker run --rm -v $(pwd):/code ghcr.io/php-cs-fixer/php-cs-fixer:3.64-php8.3 fi

mv -f src/README.md ./README.md
mv -f src/composer.json composer.json
find ./docs -type f ! -name "DecryptionKey.md" ! -name "Sealed.md" ! -name "Webhook.md" -exec rm {} +
rm ./docs/Api/*
rm ./docs/Model/*
mv -f src/docs/* ./docs

0 comments on commit 8e4ee4c

Please sign in to comment.