ci: revise build-jekyll.yml action
This commit is contained in:
parent
8b34da35fa
commit
f8c6653d5d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build-jekyll.yml
vendored
3
.github/workflows/build-jekyll.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue