swift-ical icon indicating copy to clipboard operation
swift-ical copied to clipboard

Automatically generate documentation

Open tbartelmess opened this issue 5 years ago • 0 comments

Currently, documentation needs to be generated manually by running

jazzy \                                          
  --module SwiftIcal \
  --swift-build-tool spm \
  --build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5

This should be moved into a GitHub action to avoid drift between the code and the generated documentation.

tbartelmess avatar May 16 '20 09:05 tbartelmess