mirror of
https://github.com/BillyOutlast/flash-attention-prebuild-wheels-rocm.git
synced 2026-07-01 01:37:53 -04:00
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.
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user