Skip to content

Commit

Permalink
Merge pull request #1 from ygg-lang/dependabot/github_actions/dev/act…
Browse files Browse the repository at this point in the history
…ions/configure-pages-4

Bump actions/configure-pages from 3 to 4
  • Loading branch information
oovm authored Dec 5, 2023
2 parents ac65d63 + d0a7cde commit 3db0497
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@v3
uses: actions/configure-pages@v4
- name: Fix permissions
run: |
chmod -c -R +rX "target/doc/" | while read line; do
Expand Down

0 comments on commit 3db0497

Please sign in to comment.