Add ‘pelican-make-github’ (`C-c = g`) to run `make github`
[pelican-mode.git] / README.md
index 65c21d4..68d0b35 100644 (file)
--- a/README.md
+++ b/README.md
@@ -42,6 +42,7 @@ as hook functions for more direct control.
 * `C-c = n` - Insert a post or page header
 * `C-c = p` - Remove draft status from a post (i.e. publish it)
 * `C-c = u` - Upload a site using rsync (equivalent to `make rsync_upload`)
+* `C-c = g` - Upload a site to GitHub Pages (equivalent to `make github`)
 
 
 ## Troubleshooting