Skip to content

Commit

Permalink
docc
Browse files Browse the repository at this point in the history
  • Loading branch information
UriyDevyataev committed Mar 20, 2024
1 parent 644b49d commit 8add0ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ jobs:
uses: swift-actions/setup-swift@v1
with:
swift-version: '5.7'
- name: Install swift-docc
run: |
brew install swift-docc
- name: Generate Docs
run: |
export SWIFTDOC_OUTPUT=./public
swift doc --module MyModule --output $SWIFTDOC_OUTPUT
swift-docc generate Fastis --output ./public
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 8add0ae

Please sign in to comment.