We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac87cdd commit 119c2bdCopy full SHA for 119c2bd
.github/workflows/release.yml
@@ -174,7 +174,7 @@ jobs:
174
run: |
175
REPO_NAME=${{ github.repository }}
176
REPO_NAME=${REPO_NAME#${{ github.repository_owner }}/}
177
- cp -avr build/dokka/html/ public;
+ cp -avr redux-kotlin-compose/build/dokka/html/ public;
178
find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \;
179
echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects;
180
echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects;
0 commit comments