Skip to content

Commit

Permalink
fix: ci update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gave committed Sep 5, 2024
1 parent 508bee2 commit 34fcca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
${{ runner.os }}-gems-
# Use GitHub Deploy Action to build and deploy to Github
- uses: jeffreytse/jekyll-deploy-action@v0.4.0
- uses: jeffreytse/jekyll-deploy-action@v0.6.0
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }} # https://github.com/marketplace/actions/build-and-deploy-to-github-pages#secrets-used
Expand All @@ -30,6 +30,7 @@ jobs:
jekyll_cfg: '_config.yml' # Default is _config.yml
jekyll_baseurl: '' # Default is according to _config.yml
bundler_ver: '2.4.22' # Default is latest bundler version
ruby_ver: '' # Default is 3.2.0 version
cname: '' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: '' # Installing additional dependencies (Arch Linux)

0 comments on commit 34fcca6

Please sign in to comment.