Skip to content

Commit 1a3e881

Browse files
committed
Adauga optiuni -n (nojekyll) -p (push)
1 parent 50809a4 commit 1a3e881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ commands =
2020
build: pelican --output output --settings {posargs:}settings.py --delete-output-directory
2121
watch: pelican --output output --settings devsettings.py --delete-output-directory --autoreload []
2222
web: twistd -n web --path=output --port=80
23-
publish: ghp-import -m "Update gh-pages." output
24-
publish: git push origin gh-pages
23+
publish: ghp-import -n -p -m "Update gh-pages." output
2524
import: python import-meetup.py []
2625
deps =
2726
pelican==3.5.0

0 commit comments

Comments
 (0)