We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98e741 commit c55d206Copy full SHA for c55d206
.github/workflows/docs-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
run: ./gradlew dokkaHtml
22
shell: bash
23
- name: Deploy docs to GitHub Pages
24
- uses: JamesIves/github-pages-deploy-action@v4.6.9
+ uses: JamesIves/github-pages-deploy-action@v4.7.1
25
with:
26
branch: gh-pages
27
folder: build/dokka
.github/workflows/semver-ci.yml
@@ -222,7 +222,7 @@ jobs:
222
run: ./gradlew dokkaHtml --stacktrace
223
224
225
226
227
228
0 commit comments