Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-izm committed Aug 20, 2023
1 parent 9a73601 commit ef76578
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
node-version: '16.16.0'
cache: yarn
cache-dependency-path: ./website/yarn.lock
- name: git config
run: |
git config --global user.email "docusaurus@example.com"
git config --global user.name "docusaurus"
- name: Deploy to Github Pages
env:
USE_SSH: true
GIT_USER: git
github_token: ${{ secrets.GITHUB_TOKEN }}
GIT_USER: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.email "jj.y0sh1da@gmail.com"
git config --global user.name "neon-izm"
yarn install --frozen-lockfile
yarn deploy

0 comments on commit ef76578

Please sign in to comment.