diff --git a/generate_docs.sh b/generate_docs.sh new file mode 100755 index 0000000..8d54558 --- /dev/null +++ b/generate_docs.sh @@ -0,0 +1,6 @@ +#! /bin/bash + +swift build + +# See https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/publishing-to-github-pages +swift package --allow-writing-to-directory ./docs generate-documentation --target Saga --output-path ./docs --transform-for-static-hosting --hosting-base-path Saga \ No newline at end of file