File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 66 branches : ' *'
77
88env :
9- CI_XCODE : ' /Applications/Xcode_14.1 .app/Contents/Developer'
9+ CI_XCODE : ' /Applications/Xcode_14.2 .app/Contents/Developer'
1010
1111concurrency :
1212 group : ${{ github.workflow }}-${{ github.ref }}
6565 env_vars : LINUX
6666 fail_ci_if_error : true
6767
68+ docs :
69+ timeout-minutes : 10
70+ needs : spm-test
71+ runs-on : macos-latest
72+ steps :
73+ - uses : actions/checkout@v3
74+ - name : Use multiple cores
75+ run : defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1
76+ - name : Generate Docs
77+ run : set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation
78+ env :
79+ DEVELOPER_DIR : ${{ env.CI_XCODE }}
Original file line number Diff line number Diff line change 55
66env :
77 CI_XCODE_VER : ' /Applications/Xcode_12.app/Contents/Developer'
8- CI_XCODE_13 : ' /Applications/Xcode_13.4.1 .app/Contents/Developer'
8+ CI_XCODE : ' /Applications/Xcode_14.2 .app/Contents/Developer'
99
1010jobs :
1111 docs :
1818 run : set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site
1919 env :
2020 CURRENT_BRANCH_NAME : release
21- DEVELOPER_DIR : ${{ env.CI_XCODE_13 }}
21+ DEVELOPER_DIR : ${{ env.CI_XCODE }}
You can’t perform that action at this time.
0 commit comments