Skip to content

Commit bf594d2

Browse files
committed
Fix checkout
1 parent d4ad491 commit bf594d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "creating orphan $SITE"
115115
git switch --orphan $SITE
116116
# Need gitignore
117-
git checkout ${BRANCH} -- .gitignore
117+
git checkout origin/${BRANCH} -- .gitignore
118118
# create staging site
119119
{
120120
echo "staging:"

0 commit comments

Comments
 (0)