We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444704a commit 0ea06d5Copy full SHA for 0ea06d5
.github/workflows/gradle-dokka.yml
@@ -25,7 +25,7 @@ jobs:
25
run: ./gradlew dokkaHtmlMultiModule
26
27
- name: Deploy 🚀
28
- uses: JamesIves/github-pages-deploy-action@v4.6.9
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
29
with:
30
branch: docs # The branch the action should deploy to.
31
folder: dokka-docs # The folder the action should deploy.
0 commit comments