uniques docs artefact name (#5336)
This commit is contained in:
parent
724f1051f0
commit
51af3957fc
|
@ -105,7 +105,7 @@ jobs:
|
||||||
- name: Upload built docs
|
- name: Upload built docs
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: docs-results-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.requires }}
|
name: docs-results-${{ github.sha }}
|
||||||
path: docs/build/html/
|
path: docs/build/html/
|
||||||
# Use always() to always run this step to publish test results when there are test failures
|
# Use always() to always run this step to publish test results when there are test failures
|
||||||
if: success()
|
if: success()
|
||||||
|
|
Loading…
Reference in New Issue