Skip to content

Commit

Permalink
Merge pull request #54 from BrownUniversity/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/crazy-max/ghaction-github-pages-4.1.0
  • Loading branch information
sumnerwarren authored Oct 28, 2024
2 parents 8b98bc2 + 96cab09 commit a4d3873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: npm run build:docs
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@c05ee637ec73429400a359430db8e5629f3f2564 # v4.0.0
uses: crazy-max/ghaction-github-pages@fbf0a4fa4e00f45accd6cf3232368436ec06ed59 # v4.1.0
with:
target_branch: gh-pages
build_dir: docs
Expand Down

0 comments on commit a4d3873

Please sign in to comment.