Skip to content

Commit 2efed8a

Browse files
committed
feat: run docs-ci
1 parent a74346f commit 2efed8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/update-docs-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- docs/update-translations
7+
- docs/sync-nextjs-documentation
78

89
jobs:
910
translate:

.github/workflows/update-en-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Check if PR branch exists
2626
id: check_branch
2727
run: |
28-
if git ls-remote --heads origin "docs-update-nextjs-documentation" | grep -q "docs-update-nextjs-documentation"; then
28+
if git ls-remote --heads origin "docs/sync-nextjs-documentation" | grep -q "docs/sync-nextjs-documentation"; then
2929
echo "Branch already exists, skipping update"
3030
echo "branch_exists=true" >> $GITHUB_OUTPUT
3131
else
@@ -207,7 +207,7 @@ jobs:
207207
- Updates from `canary` branch to `apps/docs/content/en/docs`
208208
- Updates from `v14.2.28` branch to `apps/docs/content/en/docs/14`
209209
- Updates from `v13.5.11` branch to `apps/docs/content/en/docs/13`
210-
branch: docs-update-nextjs-documentation
210+
branch: docs/sync-nextjs-documentation
211211
delete-branch: true
212212
base: main
213213
add-paths: |

0 commit comments

Comments
 (0)