Skip to content

Commit

Permalink
fixed swiftlint and updated docs deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Jan 7, 2023
1 parent 23113ca commit a5cb7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,12 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build DocC
run: |
sudo xcode-select -s /Applications/Xcode_14.0.app;
xcodebuild docbuild -scheme RealityUI -derivedDataPath /tmp/docbuild -destination 'generic/platform=iOS';
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/RealityUI.doccarchive \
Expand Down
3 changes: 2 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
line_length:
ignores_comments: true

excluded:
- RealityUI+Examples

0 comments on commit a5cb7f3

Please sign in to comment.