Skip to content

Commit

Permalink
Signing config for docc build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Mar 21, 2024
1 parent 597b02f commit 82f1302
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,15 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
id: pages
- name: Setup Signing
env:
DEVELOPMENT_TEAM: ${{ secrets.DEVELOPMENTTEAM }}
run: |
touch User.xcconfig
echo "DEVELOPMENT_TEAM = $SUPER_SECRET" > User.xcconfig
echo "BUNDLE_ID_PREFIX = com.chimehq" > User.xcconfig
- name: Build DocC
run: xcodebuild docbuild -scheme Edit -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS'
run: xcodebuild docbuild -scheme Edit -derivedDataPath /tmp/docbuild -destination 'generic/platform=macOS' | xcbeautify
- name: Process Archive
run: xcrun docc process-archive transform-for-static-hosting /tmp/docbuild/Build/Products/Debug/Chime.doccarchive --output-path docs --hosting-base-path 'Chime'
- name: Add Redirect
Expand Down

0 comments on commit 82f1302

Please sign in to comment.