We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d324c0f commit e040fffCopy full SHA for e040fff
.github/workflows/gradle-dokka.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Generate docs with dokka
22
run: ./gradlew dokkaHtml
23
- name: Deploy 🚀
24
- uses: JamesIves/[email protected].1
+ uses: JamesIves/[email protected].2
25
with:
26
branch: docs # The branch the action should deploy to.
27
folder: markdown/build/dokka/html # The folder the action should deploy.
0 commit comments