We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7d69f commit 084ffabCopy full SHA for 084ffab
1 file changed
.github/workflows/build_master.yml
@@ -49,7 +49,8 @@ jobs:
49
git config pull.rebase false
50
51
# Ensure we're on the target branch and up to date
52
- git pull --ff-only
+ git fetch origin
53
+ git reset --hard origin/master
54
55
# Choose the file to keep at HEAD:
56
# 1) Prefer freshly built version from book/
0 commit comments