Skip to content

Commit f7e82c8

Browse files
committed
ci: fix docs step
1 parent ca3eca7 commit f7e82c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.x
2020
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2121
- run: |
22-
./gradle dokkaHtmlMultiModule
22+
./gradlew dokkaHtmlMultiModule
2323
mv build/dokka/htmlMultiModule docs/api
2424
- uses: actions/cache@v4
2525
with:

0 commit comments

Comments
 (0)