From e71e670f798c9f8cfd1ad5f3fcdf0a670381ec78 Mon Sep 17 00:00:00 2001 From: Junya Morioka Date: Sat, 24 Jan 2026 15:39:56 +0900 Subject: [PATCH] ci: add git pull before updating docs in build workflow - Add git pull to 'Update docs' step in build.yml to prevent potential merge conflicts during CI runs. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4237c7..d2d625a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -253,6 +253,7 @@ jobs: - name: Update docs run: | + git pull gh release view "${{ github.ref_name }}" --json assets > /tmp/assets.json python create_release_history.py \ --assets /tmp/assets.json \