We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5e87f commit c4fb869Copy full SHA for c4fb869
.github/workflows/gradle-build.yml
@@ -51,7 +51,7 @@ jobs:
51
args: ./build/libs/FilesModule-${{ env.VERSION }}.jar application/java-archive
52
# Now we deploy the documents to GitHub pages
53
- name: Deploy Dokka
54
- uses: JamesIves/github-pages-deploy-action@v4.4.3
+ uses: JamesIves/github-pages-deploy-action@v4.5.0
55
with:
56
branch: gh-pages
57
folder: build/dokka
0 commit comments