Skip to content

Commit fb6132a

Browse files
committed
Revert "TEMP: Test docs"
This reverts commit 0b2b796.
1 parent b4a4ef1 commit fb6132a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: ${{ matrix.docsTarget }}
113113
run: poe gen-docs
114114
- name: Deploy prod API docs
115-
if: ${{ matrix.docsTarget }}
115+
if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
116116
env:
117117
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
118118
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

0 commit comments

Comments
 (0)