File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
5454 uses : actions/configure-pages@v5
5555 - name : Setup Gradle
5656 uses : gradle/actions/setup-gradle@v4
57- # - name: Run Dokka
58- # run: ./gradlew dokkaGenerate
59- # working-directory: '${{ github.workspace }}'
60- # - name: Copy kdoc to _site
61- # run: mkdir -p docs/_site/kdoc && cp -LRv build/dokka/html/* docs/_site/kdoc
62- # working-directory: '${{ github.workspace }}'
57+ - name : Run Dokka
58+ run : ./gradlew dokkaGenerate
59+ working-directory : ' ${{ github.workspace }}'
60+ - name : Copy kdoc to _site
61+ run : mkdir -p docs/_site/kdoc && cp -LRv build/dokka/html/* docs/_site/kdoc
62+ working-directory : ' ${{ github.workspace }}'
6363 - name : Build with Jekyll
6464 # Outputs to the './_site' directory by default
6565 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
You can’t perform that action at this time.
0 commit comments