diff --git a/.doit.db b/.doit.db index 3cdfe0b4..9843b053 100644 Binary files a/.doit.db and b/.doit.db differ diff --git a/cache/posts/one-line-deployment-of-your-site-to-gh-pages.html b/cache/posts/one-line-deployment-of-your-site-to-gh-pages.html index 8bbaa8d1..65fc5bfb 100644 --- a/cache/posts/one-line-deployment-of-your-site-to-gh-pages.html +++ b/cache/posts/one-line-deployment-of-your-site-to-gh-pages.html @@ -30,7 +30,7 @@

If you are using Nikola, you can add some of this lines to the DEPLOY_COMMANDS in your conf.py file and just run nikola deploy after building your site/blog.

More easier... impossible... ;-)

Damián.

-

UPDATE: Not enought happy with step 3 and 4 (esentially because of some git errors), I figured out a cleaner solution:

+

UPDATE: Not enough happy with step 3 and 4 (essentially because of some git errors), I figured out a cleaner solution:

New 3. Now, we will use a git-subtree technique to push the build or output content to the gh-pages branch. You will need to run the following lines every time you want to update your site/blog!