Skip to content

Commit

Permalink
Update publish-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramiz69 authored Apr 6, 2024
1 parent 7f2a8fc commit 4330d0b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: latest
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build DocC
run: |
xcodebuild docbuild -scheme Slider \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/Slider.doccarchive \
--hosting-base-path Slider \
--output-path docs;
echo "<script>window.location.href += \"/documentation/slider\"</script>" > docs/index.html;
# - name: Setup Xcode version
# uses: maxim-lobanov/[email protected]
# with:
# xcode-version: latest
# - name: Checkout 🛎️
# uses: actions/checkout@v3
# - name: Build DocC
# run: |
# xcodebuild docbuild -scheme Slider \
# -derivedDataPath /tmp/docbuild \
# -destination 'generic/platform=iOS';
# $(xcrun --find docc) process-archive \
# transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/Slider.doccarchive \
# --hosting-base-path Slider \
# --output-path docs;
# echo "<script>window.location.href += \"/documentation/slider\"</script>" > docs/index.html;
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 4330d0b

Please sign in to comment.