Skip to content

Commit

Permalink
chore: Added a script to generate the HTML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Mar 27, 2022
1 parent 3a87ef3 commit ecbd7ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generate_docs.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ecbd7ca

Please sign in to comment.