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 2e92b63 commit 37d1946Copy full SHA for 37d1946
.github/workflows/publish-docs.yml
@@ -3,7 +3,7 @@ name: Publish Dokka Docs
3
on:
4
push:
5
branches:
6
- - version/1.21
+ - ${{ github.event.repository.default_branch }}
7
workflow_dispatch:
8
9
permissions:
@@ -43,7 +43,7 @@ jobs:
43
run: |
44
mkdir -p artifacts
45
cd build/dokka/html
46
- zip -r ../../artifacts/${{ steps.define-ids.outputs.artifact }} .
+ zip -r ../../../artifacts/${{ steps.define-ids.outputs.artifact }} .
47
48
- name: Verify zip file
49
run: ls -la artifacts/
0 commit comments