Skip to content

Commit

Permalink
Update docc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLeif authored Sep 27, 2024
1 parent 81a5d30 commit 04ae281
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,19 @@ jobs:
- name: docbuild
run: >
sudo xcode-select -s /Applications/Xcode_16.0.app;
- name: git checkout
uses: actions/checkout@v3
- name: docbuild
run: |
xcodebuild docbuild -scheme Later \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/Later.doccarchive \
--output-path docs;
--output-path docs \
--hosting-base-path 'Later';
echo "<script>window.location.href +=
\"/documentation/later\"</script>" > docs/index.html;
- name: artifacts
uses: actions/upload-pages-artifact@v1
with:
path: 'docs'
path: docs
- name: deploy
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 04ae281

Please sign in to comment.