Merge pull request #78 from mjun0812/ci/improve

ci: add git pull before updating docs in build workflow
This commit is contained in:
Junya Morioka
2026-01-24 15:41:51 +09:00
committed by GitHub
+1
View File
@@ -253,6 +253,7 @@ jobs:
- name: Update docs - name: Update docs
run: | run: |
git pull
gh release view "${{ github.ref_name }}" --json assets > /tmp/assets.json gh release view "${{ github.ref_name }}" --json assets > /tmp/assets.json
python create_release_history.py \ python create_release_history.py \
--assets /tmp/assets.json \ --assets /tmp/assets.json \