Skip to content

Commit

Permalink
make clean target also looks for _site
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely committed Jul 31, 2024
1 parent d793611 commit fe19478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ publish_manual:
quarto publish gh-pages

clean:
rm -rf docs
rm -rf docs _site

0 comments on commit fe19478

Please sign in to comment.