Skip to content

Commit 95d2fe3

Browse files
simplified DocsBuilder.yml
1 parent f273f93 commit 95d2fe3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/DocsBuilder.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ on:
1010
jobs:
1111
docs:
1212
name: Documentation
13-
runs-on: ${{ matrix.os }}
14-
strategy:
15-
matrix:
16-
julia-version: [1.4]
17-
julia-arch: [x86]
18-
os: [ubuntu-latest]
13+
runs-on: ubuntu-latest
1914
steps:
2015
- uses: actions/checkout@v2
2116

0 commit comments

Comments
 (0)