Skip to content

Commit

Permalink
not a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WillXuCodes committed Jul 19, 2024
1 parent bc66147 commit 526b629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cortex:

home:
mkdir -p ./build
ls ./build || true
sphinx-build ./home/ ./build/
mv ./build/_static/githubupdate.php ./build || true
mv ./build/_static/pros-tux-b-b.png ./build || true
Expand All @@ -22,7 +23,7 @@ v5:
sphinx-build ./v5/ ./build/v5/

clean:
-rm -rf ./build
-rm -rf ./home
ls ./build || true

linkcheck:
Expand Down

0 comments on commit 526b629

Please sign in to comment.