We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56ecc0 commit 6699874Copy full SHA for 6699874
.github/workflows/gradle-dokka.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Generate docs with dokka
24
run: ./gradlew dokkaHtml
25
- name: Deploy 🚀
26
- uses: JamesIves/github-pages-deploy-action@v4.7.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.4
27
with:
28
branch: docs # The branch the action should deploy to.
29
folder: markdown/build/dokka/html # The folder the action should deploy.
0 commit comments