Skip to content

Commit

Permalink
docs: fix documentation folder (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Nov 7, 2023
1 parent 9e096d3 commit 43406ef
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 @@ -43,7 +43,7 @@ jobs:
./gradlew dokkaHtml
echo "Creating tar for generated docs"
cd $GITHUB_WORKSPACE/places-ktx/build/dokka && tar cvf ~/places-ktx-docs.tar .
cd $GITHUB_WORKSPACE/places-ktx/build/dokka/html && tar cvf ~/places-ktx-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 43406ef

Please sign in to comment.