Skip to content

Commit

Permalink
Fix version of github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Legion2 committed Mar 25, 2024
1 parent 25fc5c5 commit c0b6c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
ossrhPassword=${{ secrets.OSSRH_PASSWORD }}
- name: Publish Documentation
uses: JamesIves/github-pages-deploy-action@4.5.0
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
clean: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
arguments: dokkaHtml

- name: Publish Documentation
uses: JamesIves/github-pages-deploy-action@4.5.0
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
clean: false
Expand Down

0 comments on commit c0b6c10

Please sign in to comment.