Skip to content

Commit

Permalink
Update docc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gulivero1773 authored Mar 22, 2024
1 parent ede6a1f commit da45f2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build All DocC 🛠
run: swift package --allow-writing-to-directory ./docs generate-documentation --target HealthChecks --output-path ./docs
run: |
swift package --allow-writing-to-directory ./docs \
generate-documentation --target HealthChecks --output-path ./docs \
--transform-for-static-hosting --hosting-base-path HealthChecks
# run: |
# swift package resolve;
# xcodebuild docbuild -scheme fs-app-health-checks -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS,OS=16';
Expand Down

0 comments on commit da45f2c

Please sign in to comment.