Skip to content

Commit

Permalink
Merge pull request #58 from PrefectHQ/dependabot/github_actions/James…
Browse files Browse the repository at this point in the history
…Ives/github-pages-deploy-action-4.4.3

Bump JamesIves/github-pages-deploy-action from 4.4.2 to 4.4.3
  • Loading branch information
chrisguidry authored Aug 15, 2023
2 parents 1bd1b33 + 449aa82 commit 9079bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdocs build
- name: Publish docs
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: docs
folder: site
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python -m pip install --upgrade --upgrade-strategy eager -e .[dev]
mkdocs build
- name: Publish docs
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: docs
folder: site

0 comments on commit 9079bbe

Please sign in to comment.