Skip to content

Commit fc276b7

Browse files
committed
docs: update README.md
1 parent 31bfaaa commit fc276b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,15 @@ jobs:
4747
${{ runner.os }}-gems-
4848
4949
# Use GitHub Deploy Action to build and deploy to Github
50-
- uses: jeffreytse/[email protected].2
50+
- uses: jeffreytse/[email protected].3
5151
with:
5252
provider: 'github'
5353
token: ${{ secrets.GH_TOKEN }} # It's your Personal Access Token(PAT)
5454
repository: '' # Default is current repository
5555
branch: 'gh-pages' # Default is gh-pages for github provider
5656
jekyll_src: './' # Default is root directory
5757
jekyll_cfg: '_config.yml' # Default is _config.yml
58+
jekyll_baseurl: '' # Default is using _config.yml
5859
bundler_ver: '>=0' # Default is latest bundler version
5960
cname: '' # Default is to not use a cname
6061
actor: '' # Default is the GITHUB_ACTOR

0 commit comments

Comments
 (0)