Skip to content

Commit

Permalink
Merge pull request #5 from mobven/feature/fix-docc
Browse files Browse the repository at this point in the history
update build-docc.
  • Loading branch information
cemeke1 authored Apr 3, 2024
2 parents 83cafbb + 88766ca commit 4176829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ xcrun docc process-archive transform-for-static-hosting \
--output-path ".docs" \
--hosting-base-path "RangePicker" # add with your repo name later

echo '<script>window.location.href += "/documentation/RangePicker"</script>' > .docs/index.html
echo '<script>window.location.href += "/documentation/rangepicker"</script>' > .docs/index.html

0 comments on commit 4176829

Please sign in to comment.