Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j-j-gajjar authored Oct 23, 2021
1 parent 66abc8a commit 22fd3ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 22fd3ee

Please sign in to comment.