Skip to content

Commit

Permalink
Adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Mar 14, 2024
1 parent 617eba9 commit ba00230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
run: |
swift package resolve;
xcodebuild docbuild -scheme WebViewKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
xcodebuild docbuild -scheme TagKit -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/WebViewKit.doccarchive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/TagKit.doccarchive \
--output-path docs \
--hosting-base-path 'WebViewKit';
--hosting-base-path 'TagKit';
echo "<script>window.location.href += \"/documentation/tagkit\"</script>" > docs/index.html;
Expand Down

0 comments on commit ba00230

Please sign in to comment.