We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92021c5 commit 00cd604Copy full SHA for 00cd604
.github/workflows/publish-docs.yml
@@ -13,10 +13,6 @@ jobs:
13
python-version: ["3.10"]
14
steps:
15
- 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
21
- name: Filter changed file paths to outputs
22
uses: dorny/paths-filter@v2.7.0
0 commit comments