Skip to content

Commit 5f82c82

Browse files
Merge pull request #68 from JuliaML/revert-doc-workflow-change
revert doc workflow change
2 parents a110b34 + deeecbe commit 5f82c82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Documenter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
build:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
17-
julia-version: 1.6
18-
os: ubuntu-latest
17+
matrix:
18+
julia-version: [1]
19+
os: [ubuntu-latest]
1920
steps:
2021
- uses: actions/checkout@v2
2122
- uses: julia-actions/setup-julia@latest

0 commit comments

Comments
 (0)