Skip to content

Commit 119c2bd

Browse files
committed
fix dokka publishing
1 parent ac87cdd commit 119c2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
run: |
175175
REPO_NAME=${{ github.repository }}
176176
REPO_NAME=${REPO_NAME#${{ github.repository_owner }}/}
177-
cp -avr build/dokka/html/ public;
177+
cp -avr redux-kotlin-compose/build/dokka/html/ public;
178178
find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
179179
echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects;
180180
echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects;

0 commit comments

Comments
 (0)