We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17df6d commit e9bbcb0Copy full SHA for e9bbcb0
.github/workflows/ci.yml
@@ -56,8 +56,3 @@ jobs:
56
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation
57
env:
58
DEVELOPER_DIR: ${{ env.CI_XCODE }}
59
- - name: Deploy Docs
60
- if: github.ref == 'refs/heads/main'
61
- run: set -o pipefail && env NSUnbufferedIO=YES Scripts/update-gh-pages-documentation-site
62
- env:
63
- DEVELOPER_DIR: ${{ env.CI_XCODE }}
0 commit comments