Skip to content

Commit

Permalink
fix: fixed Dokka path
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 26, 2023
1 parent f79ca07 commit 6d93e0c
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 @@ -46,7 +46,7 @@ jobs:
./gradlew dokkaHtml
echo "Creating tar for generated docs"
cd $GITHUB_WORKSPACE/build/dokka/html && tar cvf ~/android-maps-utils-docs.tar .
cd $GITHUB_WORKSPACE/library/build/dokka/html && tar cvf ~/android-maps-utils-docs.tar .
echo "Unpacking tar into gh-pages branch"
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
Expand Down

0 comments on commit 6d93e0c

Please sign in to comment.