Skip to content

Commit d348e2a

Browse files
committed
Revet dokka disabling
1 parent d14e6bc commit d348e2a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)