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 8e9e4b7 commit 55a2717Copy full SHA for 55a2717
.github/workflows/docs.yaml
@@ -17,6 +17,11 @@ jobs:
17
java-version: '11'
18
- name: Use tag as version
19
run: echo "${GITHUB_REF#refs/*/}" > version.txt
20
+ - name: Checkout Old Docs Versions for Index Page
21
+ uses: actions/checkout@v3
22
+ with:
23
+ ref: gh-pages
24
+ path: build/dokka
25
- name: Generate Docs with Dokka
26
run: ./gradlew dokkaHtmlMultiModule
27
- name: Publish to GitHub Pages
0 commit comments