We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733b3de commit eb51e99Copy full SHA for eb51e99
.github/workflows/build-jekyll.yml
@@ -3,7 +3,7 @@ name: Github Pages
3
on:
4
push:
5
branches:
6
- - master # Here source code branch is `master`, it could be other branch
+ - main # Here source code branch is `main`, it could be other branch
7
8
jobs:
9
build_and_deploy:
@@ -28,6 +28,6 @@ jobs:
28
branch: 'gh-pages' # Default is gh-pages for github provider
29
jekyll_src: './' # Default is root directory
30
jekyll_cfg: '_config.yml' # Default is _config.yml
31
- jekyll_baseurl: '/jekyll-theme-yat' # Default is empty
+ jekyll_baseurl: '' # Default is empty
32
cname: '' # Default is to not use a cname
33
actor: '' # Default is the GITHUB_ACTOR
0 commit comments