We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a339aa commit 40d1937Copy full SHA for 40d1937
tox.ini
@@ -49,10 +49,7 @@ deps=rstcheck
49
[testenv:uploaddocs]
50
allowlist_externals=rsync
51
changedir=docs
52
-commands=
53
- rsync --rsync-path 'sudo -u herokuish rsync' -azP --stats --delete \
54
- _build/html/ \
55
- grantjenks:/srv/www/grantjenks.com/public/docs/freegames/
+commands=rsync --rsync-path 'sudo -u herokuish rsync' -avzP --stats --delete _build/html/ grantjenks.com:/srv/www/grantjenks.com/public/docs/freegames/
56
57
[isort]
58
multi_line_output = 3
0 commit comments