Skip to content

Commit 0af61a8

Browse files
author
Zijun Wang
committed
test1
1 parent ff287e9 commit 0af61a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish-doc.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ jobs:
88
documentation:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/setup-python@v2
1414
with:
1515
python-version: '3.x'
16+
- name: Configure git
17+
run: |
18+
git config --global user.email "[email protected]"
19+
git config --global user.name "ci-bot"
1620
- name: Install dependencies
1721
run: |
1822
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)