File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 20
20
${{ runner.os }}-gems-
21
21
22
22
# Use GitHub Deploy Action to build and deploy to Github
23
- - uses : jeffreytse/jekyll-deploy-action@v0.4 .0
23
+ - uses : jeffreytse/jekyll-deploy-action@v0.6 .0
24
24
with :
25
25
provider : ' github'
26
26
token : ${{ secrets.GITHUB_TOKEN }} # https://github.com/marketplace/actions/build-and-deploy-to-github-pages#secrets-used
30
30
jekyll_cfg : ' _config.yml' # Default is _config.yml
31
31
jekyll_baseurl : ' ' # Default is according to _config.yml
32
32
bundler_ver : ' 2.4.22' # Default is latest bundler version
33
+ ruby_ver : ' ' # Default is 3.2.0 version
33
34
cname : ' ' # Default is to not use a cname
34
35
actor : ' ' # Default is the GITHUB_ACTOR
35
36
pre_build_commands : ' ' # Installing additional dependencies (Arch Linux)
You can’t perform that action at this time.
0 commit comments