diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index f543e81..760d44f 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -25,6 +25,7 @@ jobs: - name: upload kotlin doc run: | + mkdir docs mv lib/build/dokka/html/* docs/ git commit -am "[auto] upload kotlin docs" git push \ No newline at end of file