Skip to content

Commit 34fcca6

Browse files
committed
fix: ci update [email protected]
1 parent 508bee2 commit 34fcca6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
${{ runner.os }}-gems-
2121
2222
# 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
2424
with:
2525
provider: 'github'
2626
token: ${{ secrets.GITHUB_TOKEN }} # https://github.com/marketplace/actions/build-and-deploy-to-github-pages#secrets-used
@@ -30,6 +30,7 @@ jobs:
3030
jekyll_cfg: '_config.yml' # Default is _config.yml
3131
jekyll_baseurl: '' # Default is according to _config.yml
3232
bundler_ver: '2.4.22' # Default is latest bundler version
33+
ruby_ver: '' # Default is 3.2.0 version
3334
cname: '' # Default is to not use a cname
3435
actor: '' # Default is the GITHUB_ACTOR
3536
pre_build_commands: '' # Installing additional dependencies (Arch Linux)

0 commit comments

Comments
 (0)