Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kspo authored Jan 2, 2024
1 parent 83c6e29 commit 69d7152
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: |
cd build/web
git init
git config --global user.email "[email protected]"
git config --global user.name "kspo"
git status
git remote add origin https://${{secrets.INSIGHT_TOKEN}}@github.com/kspo/super_cupertino_navigation_bar.git
git checkout -b gh-pages
Expand Down

0 comments on commit 69d7152

Please sign in to comment.