Skip to content

Commit b1448c0

Browse files
committed
addedf git push force
1 parent 2454766 commit b1448c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ jobs:
244244
git config --global user.name "GitHub Action"
245245
git add -- ./docs
246246
git commit -m'updated docs:${{ env.assembly-version }}' -- ./docs
247+
git push --force origin ${{ github.head_ref || github.ref }}
247248
- name: Upload artifact
248249
uses: actions/upload-pages-artifact@v3
249250
with:

0 commit comments

Comments
 (0)