Skip to content

Commit

Permalink
Bump actions/configure-pages from 4 to 5 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 4b0b115 commit d575098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc --no-deps
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Fix permissions
run: |
chmod -c -R +rX "target/doc/" | while read line; do
Expand Down

0 comments on commit d575098

Please sign in to comment.