Skip to content
Snippets Groups Projects
Commit 20bcfccf authored by Robert Habermann's avatar Robert Habermann
Browse files

fix layout

parent 05857385
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# coverage: clean, build, deploy
rm -rf htmlcov
sudo rm -rf /var/www/PyOTRS/htmlcov
coverage html -d htmlcov
......@@ -11,7 +10,6 @@ sudo cp -a htmlcov /var/www/PyOTRS/
rm -rf build/docs
sudo rm -rf /var/www/PyOTRS/docs
tox -e docs
#sudo cp -a docs/build /var/www/PyOTRS/docs
sudo cp -a build/docs /var/www/PyOTRS/docs
# check format (README)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment