Skip to content

Commit 6de59bf

Browse files
committed
Try copy without symlinks
1 parent d0d9f0c commit 6de59bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ./gradlew dokkaGenerate
5353
working-directory: '${{ github.workspace }}'
5454
- name: Copy kdoc to _site
55-
run: mkdir -p docs/_site/kdoc && cp -Rv build/dokka/html/* docs/_site/kdoc
55+
run: mkdir -p docs/_site/kdoc && cp -LRv build/dokka/html/* docs/_site/kdoc
5656
working-directory: '${{ github.workspace }}'
5757
- name: Build with Jekyll
5858
# Outputs to the './_site' directory by default

0 commit comments

Comments
 (0)