Skip to content

Commit

Permalink
ci: fix docs step
Browse files Browse the repository at this point in the history
  • Loading branch information
levinzonr committed Feb 22, 2024
1 parent ca3eca7 commit f7e82c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- run: |
./gradle dokkaHtmlMultiModule
./gradlew dokkaHtmlMultiModule
mv build/dokka/htmlMultiModule docs/api
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit f7e82c8

Please sign in to comment.