Skip to content

Commit

Permalink
fix: Clean up rst files. (#3513)
Browse files Browse the repository at this point in the history
* Clean up rst files.

* correct path.
  • Loading branch information
CusiniM authored Jan 16, 2025
1 parent 9365098 commit 18e0c4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/ci_build_and_test_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,11 +337,13 @@ fi
# Cleaning the build directory.
or_die cmake --build . --target clean


# Clean the repository
or_die cd ${GEOS_SRC_DIR}/inputFiles
find . -name *.pyc | xargs rm -f

# Clean the rst files
echo "Cleaning the rst files..."
or_die rm -rf ${GEOS_SRC_DIR}/src/docs/sphinx/datastructure

# If we're here, either everything went OK or we have to deal with the integrated tests manually.
if [[ ! -z "${INTEGRATED_TEST_EXIT_STATUS+x}" ]]; then
Expand Down

0 comments on commit 18e0c4e

Please sign in to comment.