Skip to content

Commit

Permalink
Merge pull request #521 from interlay/dependabot/github_actions/crazy…
Browse files Browse the repository at this point in the history
…-max/ghaction-github-pages-4

chore(deps): bump crazy-max/ghaction-github-pages from 3 to 4
  • Loading branch information
gregdhill authored Sep 20, 2023
2 parents a0d91a9 + 6b960e0 commit 1065cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cp .github/docs-index.html target/doc/index.html
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: target/doc/
Expand Down

0 comments on commit 1065cfe

Please sign in to comment.