diff --git a/.github/workflows/documentation-deployment.yml b/.github/workflows/documentation-deployment.yml index e5b466c..c2331dd 100644 --- a/.github/workflows/documentation-deployment.yml +++ b/.github/workflows/documentation-deployment.yml @@ -32,6 +32,14 @@ jobs: runs-on: macos-13 steps: - uses: actions/checkout@v4 + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: latest-stable + - name: Check environment + run: | + xcodebuild -version + swift --version + echo "env.selfhosted: ${{ env.selfhosted }}" - name: Build DocC run: | xcodebuild docbuild -scheme TemplateApplication \ @@ -50,4 +58,4 @@ jobs: path: '.docs' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4