-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66abc8a
commit 22fd3ee
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,11 +20,11 @@ jobs: | |
cd build/web | ||
perl -pi -e 's|<base href="/"/>|<base href="https://jaygajjar.ml/Mathematics"/>|' index.html | ||
git init | ||
git config --global user.email '[email protected]' | ||
git config --global user.name 'j-j-gajjar' | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "j-j-gajjar" | ||
git status | ||
git remote -v | ||
git remote add origin https://j-j-gajjar:${{secrets.commit_secret}}@github.com/j-j-gajjar/Mathematics.git | ||
git remote add origin "https://${{secrets.commit_secret}}@github.com/j-j-gajjar/Mathematics.git" | ||
git checkout -b gh-pages | ||
git add --all | ||
git commit -m "update" | ||
|