Skip to content

Commit 9bccefe

Browse files
authored
Update build.yml
1 parent 1665708 commit 9bccefe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Build translated docs and notify in case of errors
2+
13
name: Build
24

35
on:
@@ -22,7 +24,6 @@ env:
2224

2325
jobs:
2426
build:
25-
name: Build translated docs
2627
runs-on: ubuntu-latest
2728
steps:
2829
- name: Get current branch name
@@ -50,7 +51,6 @@ jobs:
5051
sudo apt update -y && sudo apt install gettext -y
5152
pip3 install --upgrade pip
5253
pip3 install -r requirements.txt -r cpython/Doc/requirements.txt
53-
- uses: ammaraskar/sphinx-problem-matcher@master
5454
- name: Build docs
5555
run: |
5656
mkdir logs

0 commit comments

Comments
 (0)