mirror of
https://github.com/kean/Pulse.git
synced 2026-05-30 21:07:33 +00:00
9 lines
164 B
Bash
Executable File
9 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
version=$1
|
|
|
|
swift doc generate ./Sources \
|
|
--module-name Pulse \
|
|
--format html \
|
|
--base-url "https://kean-org.github.io/docs/pulse/$version"
|