Skip to content

Commit

Permalink
Update actions/configure-pages action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent fd0152a commit 03aa922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
bundler-cache: true
cache-version: 0
working-directory: '${{ github.workspace }}/docs'
- uses: actions/configure-pages@v3
- uses: actions/configure-pages@v4
id: pages
- run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
working-directory: '${{ github.workspace }}/docs'
Expand Down

0 comments on commit 03aa922

Please sign in to comment.