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 fa3ea0b commit 40b725e
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,24 @@ 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: 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 \
# --hosting-base-path master \
# --output-path docs;
# echo "<script>window.location.href += \"/documentation/slider\"</script>" > docs/index.html;
- name: Fix permissions
run: |
chmod -v -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Fix permissions
uses: actions/[email protected]
with:
destination: ./docs

0 comments on commit 40b725e

Please sign in to comment.