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

Commit dec6647

Browse files
committed
Update JamesIves/github-pages-deploy-action action to v4.2.3
1 parent 10f9b0a commit dec6647

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.2.3
2828
with:
2929
branch: gh-pages
3030
folder: build/dokka/html

0 commit comments

Comments
 (0)