Skip to content

Commit

Permalink
Bumbed jekyll action to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-ravi authored May 3, 2024
1 parent fc44c7a commit fd02e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.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 }} # It's your Personal Access Token(PAT)
Expand All @@ -32,4 +32,4 @@ jobs:
bundler_ver: '>=0' # Default is latest bundler version
cname: '' # Default is to not use a cname
actor: '' # Default is the GITHUB_ACTOR
pre_build_commands: '' # Installing additional dependencies (Arch Linux)
pre_build_commands: '' # Installing additional dependencies (Arch Linux)

0 comments on commit fd02e3a

Please sign in to comment.