Skip to content

Commit e9bbcb0

Browse files
committed
do not release docs on merge
1 parent d17df6d commit e9bbcb0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,3 @@ jobs:
5656
run: set -o pipefail && env NSUnbufferedIO=YES Scripts/generate-documentation
5757
env:
5858
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

Comments
 (0)