Skip to content

Commit 084ffab

Browse files
committed
f
1 parent 4c7d69f commit 084ffab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build_master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
git config pull.rebase false
5050
5151
# Ensure we're on the target branch and up to date
52-
git pull --ff-only
52+
git fetch origin
53+
git reset --hard origin/master
5354
5455
# Choose the file to keep at HEAD:
5556
# 1) Prefer freshly built version from book/

0 commit comments

Comments
 (0)