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 db316be commit 555db3b
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,15 @@ jobs:
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 master \
# --output-path docs;
- name: Build DocC
uses: kiarashvosough1999/[email protected]
- name: Deploy DocC
uses: kiarashvosough1999/[email protected]

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 master \
--output-path docs;
- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected]

0 comments on commit 555db3b

Please sign in to comment.