From cdccbf14ceca80f823dd33cf3025d50e465c0aee Mon Sep 17 00:00:00 2001 From: Tan Yuanhong Date: Tue, 15 Dec 2020 23:16:48 +0800 Subject: [PATCH] Add UG for GitHub Action --- docs/userGuide/deployingTheSite.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/userGuide/deployingTheSite.md b/docs/userGuide/deployingTheSite.md index e21fffa6c1..a973a89033 100644 --- a/docs/userGuide/deployingTheSite.md +++ b/docs/userGuide/deployingTheSite.md @@ -62,6 +62,12 @@ You can override the default deployment settings %%(e.g., repo/branch to deploy) `markbind deploy` does not generate the static site from your source; it simply deploys the files that are already in the `_site` directory. You need to run `markbind build` first if you want to generate the site before deploying. +### Deploying to GitHub Pages via GitHub Actions + +**You can setup a GitHub Action that automatically builds and deploys your site upon every push to the `master` branch.** + +Follow the instruction [here](https://github.com/MarkBind/markbind-action) + ### Deploying to GitHub Pages via Travis CI **You can setup [Travis CI](https://www.travis-ci.org/) to automatically build and deploy your site on GitHub Pages every time your GitHub repo is updated.**