Skip to content

Commit

Permalink
Fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
kraifpatrik committed Jan 21, 2024
1 parent b6066e4 commit e873037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source ../GMDoc/env/bin/activate
python3 ../GMDoc/gmdoc.py build
rm -rf /Applications/XAMPP/htdocs/bbmod/docs/3/*
cp -r docs_build/* /Applications/XAMPP/htdocs/bbmod/docs/3/
rm -rf /Applications/XAMPP/xamppfiles/htdocs/bbmod/docs/3/*
cp -r docs_build/* /Applications/XAMPP/xamppfiles/htdocs/bbmod/docs/3/
deactivate

0 comments on commit e873037

Please sign in to comment.