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 283834e commit 54ae797Copy full SHA for 54ae797
.github/workflows/check.yml
@@ -45,7 +45,7 @@ jobs:
45
# If success, upload built docs as artifact.
46
# If failure in HTML, notify telegram and upload logs.
47
build:
48
- name: Build translated docs
+ name: Build docs
49
runs-on: ubuntu-latest
50
strategy:
51
fail-fast: false
@@ -113,6 +113,7 @@ jobs:
113
114
# Build Python docs in PDF format and make available for download.
115
output-pdf:
116
+ name: Build docs (pdf)
117
118
needs: [ 'build' ]
119
steps:
0 commit comments