Skip to content

Commit

Permalink
Pass the correct hosting base path to docc
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Mar 30, 2024
1 parent e617085 commit 2a460ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build_docs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ swift package --allow-writing-to-directory docs \
generate-documentation --target Nimble \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path 'https://quick.github.io/Nimble' \
--hosting-base-path 'Nimble' \
--output-path docs

0 comments on commit 2a460ab

Please sign in to comment.