Skip to content

Commit de3c455

Browse files
committed
ci(docs): Remove unneeded step
1 parent b7649f8 commit de3c455

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
python-version: ["3.10"]
1414
steps:
1515
- uses: actions/checkout@v1
16-
- name: Configure git
17-
run: |
18-
git config --global user.name 'travis-ci'
19-
git config --global user.email 'travis@nowhere.edu'
20-
2116
- name: Filter changed file paths to outputs
2217
uses: dorny/paths-filter@v2.7.0
2318
id: changes

0 commit comments

Comments
 (0)