We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3958ec5 commit b647d79Copy full SHA for b647d79
.github/workflows/publish.yml
@@ -23,4 +23,6 @@ jobs:
23
git config --global user.email "[email protected]"
24
git add .
25
git commit -m "Upload docs"
26
+ git remote remove origin
27
+ git remote add origin https://github.com/git-mastery/git-autograder.git
28
git push origin docs
0 commit comments