Skip to content

Commit

Permalink
Merge pull request #527 from morganstanley/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…crazy-max/ghaction-github-pages-4
  • Loading branch information
bingenito authored Mar 6, 2024
2 parents 990d64d + 2503607 commit 3f0afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm ci
- run: npm run build
- name: Deploy
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: docs
Expand Down

0 comments on commit 3f0afe5

Please sign in to comment.