From dd660f2adcb8ddfe9bb5f0af6b53442015c8f94c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 15 Mar 2020 11:05:44 +0800 Subject: [PATCH 1/2] Deploy a static site on GitHub Pages. A GitHub Action to deploy a static site on GitHub Pages. See https://github.com/appleboy/gh-pages-action/tree/gh-pages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1a422c..3fe9765 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Action for Hexo](https://github.com/heowc/action-hexo) - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) +- [A GitHub Action to deploy a static site on GitHub Pages (multiple repository)](https://github.com/appleboy/gh-pages-action/tree/gh-pages) ### Notifications and Messages From d9dfeb801ac42e1615a4d42f0b3a85389a878524 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 5 Apr 2020 16:28:42 +0800 Subject: [PATCH 2/2] chore: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe9765..e1b9b66 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Action for Hexo](https://github.com/heowc/action-hexo) - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) -- [A GitHub Action to deploy a static site on GitHub Pages (multiple repository)](https://github.com/appleboy/gh-pages-action/tree/gh-pages) +- [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. ### Notifications and Messages