Skip to content

Commit 2b92c23

Browse files
committed
Add preview contact page
2 parents ab0562a + 398d57a commit 2b92c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
SPLIT_BRANCH=$(git subtree split --prefix temp-dir temp-branch)
5555
5656
git remote add web-preview ${{ env.preview_url }}
57-
git fetch
57+
git fetch web-preview
5858
git checkout -b preview web-preview/main
5959
git merge $SPLIT_BRANCH -m "Merge Split Branch" --allow-unrelated-histories -X theirs
6060
git push web-preview HEAD:main

0 commit comments

Comments
 (0)