Skip to content

Commit 678b4f2

Browse files
committed
temporary disable dokka
1 parent 5f9ef26 commit 678b4f2

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)