Skip to content

Commit

Permalink
fix: git user
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinkung committed Apr 21, 2024
1 parent 3a5ee4f commit 728ffdc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ jobs:
runs-on: ubuntu-latest
name: Build and Push
steps:
- name: git-checkout
- name: git-checkout@master
uses: actions/checkout@v2

- name: Install all dependencies
run: npm install
run: git config --global user.email "sukrit_dinosuar@hotmail.com"
run: git config --global user.name "tintinkung"

- name: Build
run: npm run deploy # The build command of your project

- name: Push
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: gh-pages # The branch name where you want to push the assets
Expand Down

0 comments on commit 728ffdc

Please sign in to comment.