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 d0d9f0c commit 6de59bfCopy full SHA for 6de59bf
1 file changed
.github/workflows/pages.yml
@@ -52,7 +52,7 @@ jobs:
52
run: ./gradlew dokkaGenerate
53
working-directory: '${{ github.workspace }}'
54
- name: Copy kdoc to _site
55
- run: mkdir -p docs/_site/kdoc && cp -Rv build/dokka/html/* docs/_site/kdoc
+ run: mkdir -p docs/_site/kdoc && cp -LRv build/dokka/html/* docs/_site/kdoc
56
57
- name: Build with Jekyll
58
# Outputs to the './_site' directory by default
0 commit comments