Skip to content

Commit eb51e99

Browse files
committed
fix: github action workflow, baseurl
1 parent 733b3de commit eb51e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Github Pages
33
on:
44
push:
55
branches:
6-
- master # Here source code branch is `master`, it could be other branch
6+
- main # Here source code branch is `main`, it could be other branch
77

88
jobs:
99
build_and_deploy:
@@ -28,6 +28,6 @@ jobs:
2828
branch: 'gh-pages' # Default is gh-pages for github provider
2929
jekyll_src: './' # Default is root directory
3030
jekyll_cfg: '_config.yml' # Default is _config.yml
31-
jekyll_baseurl: '/jekyll-theme-yat' # Default is empty
31+
jekyll_baseurl: '' # Default is empty
3232
cname: '' # Default is to not use a cname
3333
actor: '' # Default is the GITHUB_ACTOR

0 commit comments

Comments
 (0)