Skip to content

Commit

Permalink
docs: fix pre.sh (#22194)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Oct 9, 2024
1 parent 597e0fa commit fae85e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ rm -rf build/tooling/03-hubl.md
rm -rf build/packages/01-depinject.md
rm -rf build/packages/02-collections.md
rm -rf build/packages/03-orm.md
rm -rf learn/advaced-concepts/17-autocli.md
rm -rf build/architecture
rm -rf build/spec
rm -rf build/rfc
Expand Down
2 changes: 1 addition & 1 deletion docs/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for D in ../x/*; do

# Skip specific directories
if [[ "$DIR_NAME" != "counter" ]]; then
MODULE_DIRECTORY=docs/build/modules/$DIR_NAME
MODULE_DIRECTORY=build/modules/$DIR_NAME
rm -rf "$MODULE_DIRECTORY"
mkdir -p "$MODULE_DIRECTORY"
if [ -f "$D"/README.md ]; then
Expand Down

0 comments on commit fae85e0

Please sign in to comment.