Skip to content

Commit

Permalink
Strange
Browse files Browse the repository at this point in the history
  • Loading branch information
GLDYM committed Sep 14, 2023
1 parent 04b3af6 commit 73f8310
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:

- run: yarn install

- name: Configure git
run: |
git config user.name "[bot] gh-action deploy"
git config user.email "[email protected]"
- name: Build
run: |
set -e
Expand All @@ -36,6 +31,8 @@ jobs:
GPA_TOKEN: ${{ secrets.GPA_TOKEN }}
run: |
cd docs/.vitepress/dist
git config --global user.name "[bot] gh-action deploy"
git config --global user.email "[email protected]"
git init
git add -A
git commit -m 'gh-action deploy'
Expand Down

0 comments on commit 73f8310

Please sign in to comment.