Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heqin-zhu authored Apr 28, 2020
1 parent 2518456 commit cd50a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ master ]
jobs:
codecov:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -22,8 +22,8 @@ jobs:
python3 utils/genIndex.py
- name: git config
run: |
git config user.name "ustc-course"
git config user.email "[email protected]"
git config --global user.name "ustc-course"
git config --global user.email "[email protected]"
- name: generate pages and push to gh-pages branch
env:
ACCESS_TOKEN: ${{secrets.ACCESS_TOKEN}}
Expand Down

0 comments on commit cd50a32

Please sign in to comment.