Skip to content

Commit

Permalink
Merge pull request #671 from chinapandaman/PPF-670
Browse files Browse the repository at this point in the history
PPF-670: add clean temp dir script
  • Loading branch information
chinapandaman authored Jun 19, 2024
2 parents e25e3c6 + 2c601ce commit 6d7aca4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ serve-docs:

serve-files:
bash ./scripts/http_server.sh

clean-temp:
rm ./temp/*.pdf
2 changes: 1 addition & 1 deletion scripts/serve_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ if [[ "$VIRTUAL_ENV" == "" ]]; then
source "./venv/bin/activate"
fi

mkdocs serve -q
mkdocs serve

0 comments on commit 6d7aca4

Please sign in to comment.