Skip to content

Commit

Permalink
Merge pull request #36 from w3stling/dependabot/github_actions/JamesI…
Browse files Browse the repository at this point in the history
…ves/github-pages-deploy-action-4.4.1

Bump JamesIves/github-pages-deploy-action from 4.2.0 to 4.4.1
  • Loading branch information
w3stling authored Mar 19, 2023
2 parents dbd949c + 57bc5fe commit 37ff7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: ./gradlew javadoc

- name: Deploy Javadoc 📚
uses: JamesIves/github-pages-deploy-action@4.2.0
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: build/docs/javadoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: ./gradlew javadoc

- name: Deploy Javadoc 📚
uses: JamesIves/github-pages-deploy-action@4.2.0
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: build/docs/javadoc
Expand Down

0 comments on commit 37ff7d3

Please sign in to comment.