Skip to content

Commit 6c9eb24

Browse files
authored
cleanup of docs.yml (#202)
1 parent aa712f3 commit 6c9eb24

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@ concurrency:
1515

1616
jobs:
1717
documentation:
18-
19-
name: Build docs on ${{ matrix.os }}
20-
runs-on: ${{ matrix.os }}
21-
22-
strategy:
23-
matrix:
24-
os: [ubuntu-latest]
18+
name: Build docs
19+
runs-on: ubuntu-latest
2520

2621
steps:
2722
- name: Acquire sources

0 commit comments

Comments
 (0)