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 3f19d38 commit 45779d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- name: Build All DocC 🛠
run: |
swift package resolve;
xcodebuild docbuild -scheme HealthChecks -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS,OS=16';
xcodebuild docbuild -scheme fs-app-health-checks -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS,OS=16';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/HealthChecks.doccarchive \
--output-path docs \
--hosting-base-path healthchecks;
--hosting-base-path Healthchecks;
echo "<script>window.location.href += \"/documentation/healthchecks\"</script>" > docs/index.html;
- name: Upload artifact 📜
Expand Down

0 comments on commit 45779d7

Please sign in to comment.