Skip to content

Commit bccbabb

Browse files
committed
fix after-ci preview script to not auto_merge
1 parent 1cf76e6 commit bccbabb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/set_docs_preview_url.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'ref': REF,
3131
'task': 'docs preview',
3232
'environment': ENVIRONMENT,
33+
'auto_merge': False,
3334
}
3435
r = httpx.post(deployment_url, headers=gh_headers, json=deployment_data)
3536
print(f'POST {deployment_url}: {r.status_code} {r.text}')

.github/workflows/after-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ jobs:
5656

5757
steps:
5858
- uses: actions/checkout@v4
59+
60+
- uses: actions/setup-node@v4
61+
- run: npm install
62+
working-directory: docs-site
63+
5964
- uses: astral-sh/setup-uv@v5
6065
with:
6166
enable-cache: true

0 commit comments

Comments
 (0)