Skip to content

Commit ab0562a

Browse files
committed
Add preview contact page
1 parent 3e9cb58 commit ab0562a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +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
5758
git checkout -b preview web-preview/main
5859
git merge $SPLIT_BRANCH -m "Merge Split Branch" --allow-unrelated-histories -X theirs
5960
git push web-preview HEAD:main

0 commit comments

Comments
 (0)