Skip to content

Commit

Permalink
chore: added script to regenerate Github Pages docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TizianoCoroneo committed Mar 4, 2023
1 parent 17f6fed commit 1c06924
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions generate-docs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/zsh

swift package \
--allow-writing-to-directory ./docs \
generate-documentation --target Deeplink \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path Deeplink \
--output-path ./docs

0 comments on commit 1c06924

Please sign in to comment.