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 50809a4 commit 1a3e881Copy full SHA for 1a3e881
tox.ini
@@ -20,8 +20,7 @@ commands =
20
build: pelican --output output --settings {posargs:}settings.py --delete-output-directory
21
watch: pelican --output output --settings devsettings.py --delete-output-directory --autoreload []
22
web: twistd -n web --path=output --port=80
23
- publish: ghp-import -m "Update gh-pages." output
24
- publish: git push origin gh-pages
+ publish: ghp-import -n -p -m "Update gh-pages." output
25
import: python import-meetup.py []
26
deps =
27
pelican==3.5.0
0 commit comments