From f8c6653d5dcead75621b33905003b84a4c109bde Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Mon, 31 Aug 2020 16:51:03 +0800 Subject: [PATCH] ci: revise build-jekyll.yml action --- .github/workflows/build-jekyll.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-jekyll.yml b/.github/workflows/build-jekyll.yml index 0c14c56..8a415fa 100644 --- a/.github/workflows/build-jekyll.yml +++ b/.github/workflows/build-jekyll.yml @@ -1,4 +1,4 @@ -name: Build and Deploy to Github Pages +name: Github Pages on: push: @@ -28,5 +28,6 @@ jobs: branch: 'gh-pages' # Default is gh-pages for github provider jekyll_src: './' # Default is root directory jekyll_cfg: '_config.yml' # Default is _config.yml + jekyll_baseurl: '/jekyll-theme-yat' # Default is empty cname: '' # Default is to not use a cname actor: '' # Default is the GITHUB_ACTOR