Skip to content

Commit 9912e8b

Browse files
committed
ci(publish-docs): Remove configure git step
1 parent f231521 commit 9912e8b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish-docs.yml

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

0 commit comments

Comments
 (0)