Skip to content

Commit b647d79

Browse files
committed
Add origin
1 parent 3958ec5 commit b647d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ jobs:
2323
git config --global user.email "[email protected]"
2424
git add .
2525
git commit -m "Upload docs"
26+
git remote remove origin
27+
git remote add origin https://github.com/git-mastery/git-autograder.git
2628
git push origin docs

0 commit comments

Comments
 (0)