Skip to content

Commit

Permalink
Merge pull request #230 from SVendittelli/renovate/actions-configure-…
Browse files Browse the repository at this point in the history
…pages-5.x

chore(deps): update actions/configure-pages action to v5
  • Loading branch information
SVendittelli authored Aug 29, 2024
2 parents f789c55 + 9686888 commit d90920a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: "${{ github.workspace }}/docs"
- name: Setup Pages
id: pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
Expand Down

0 comments on commit d90920a

Please sign in to comment.