Skip to content

Commit 3e9cb58

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy-preview.yml

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

0 commit comments

Comments
 (0)