Skip to content

Commit 921ab4d

Browse files
committed
Remove exiting origin before adding new origin
1 parent 7adb6b2 commit 921ab4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
pushd build/docs/html
4747
git init
4848
git switch --orphan documentation
49+
get remote remove origin
4950
git remote add -t documentation origin ${{ github.repositoryUrl }}
5051
popd
5152

0 commit comments

Comments
 (0)