Skip to content

Commit

Permalink
Merge pull request #893 from CoffeaTeam/dependabot/github_actions/cra…
Browse files Browse the repository at this point in the history
…zy-max/ghaction-github-pages-4

Bump crazy-max/ghaction-github-pages from 3 to 4
  • Loading branch information
lgray committed Sep 16, 2023
2 parents 497928f + 1aaaa63 commit 61d6326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
touch build/html/.nojekyll
- name: Deploy documentation
if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11
uses: crazy-max/ghaction-github-pages@v3
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: docs/build/html
Expand Down

0 comments on commit 61d6326

Please sign in to comment.