Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit b4d882c

Browse files
committed
Update JamesIves/github-pages-deploy-action action to v4.3.0
1 parent 27ddc43 commit b4d882c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dokka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build with Gradle
2525
run: ./gradlew dokkaHtml
2626
- name: Deploy API documentation to Github Pages
27-
uses: JamesIves/github-pages-deploy-action@4.1.5
27+
uses: JamesIves/github-pages-deploy-action@v4.3.0
2828
with:
2929
branch: gh-pages
3030
folder: build/dokka/html

0 commit comments

Comments
 (0)