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 9121b40 commit b473ea9Copy full SHA for b473ea9
.github/workflows/check.yml
@@ -108,7 +108,7 @@ jobs:
108
if: always() && steps.build.outcome == 'success'
109
uses: actions/upload-artifact@v4.3.5
110
with:
111
- name: build-${{ inputs.version }}-${{ matrix.format }}
+ name: python-docs-pt-br-${{ inputs.version }}-${{ matrix.format }}
112
path: cpython/Doc/build/${{ matrix.format }}
113
114
# Build Python docs in PDF format and make available for download.
@@ -125,7 +125,7 @@ jobs:
125
- run: make
126
- uses: actions/upload-artifact@v4
127
128
- name: build-${{ inputs.version }}-pdf
+ name: python-docs-pt-br-${{ inputs.version }}-pdf
129
path: ./*.pdf
130
131
# Run sphinx-lint to find wrong reST syntax in PO files. Always store logs.
0 commit comments