Skip to content

Commit

Permalink
fix: Delete files inside examples folder for nightly doc build (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpohekar authored Apr 24, 2024
1 parent 1ed6a81 commit 9d2b4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ help:
clean:
rm -rf build_errors.txt
rm -rf $(BUILDDIR)/*
rm -rf $(SOURCEDIR)/examples
rm -rf $(SOURCEDIR)/examples/*
find . -type d -name "_autosummary" -exec rm -rf {} +
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ goto end

:clean
rmdir /s /q %BUILDDIR% > /NUL 2>&1
rmdir /s /q %SOURCEDIR%\examples > /NUL 2>&1
del /q %SOURCEDIR%\examples\* > /NUL 2>&1
for /d /r %SOURCEDIR% %%d in (_autosummary) do @if exist "%%d" rmdir /s /q "%%d"
del build_errors.txt > /NUL 2>&1
goto end
Expand Down

0 comments on commit 9d2b4d6

Please sign in to comment.