Skip to content

Commit

Permalink
Diasble fail-fast in documentation action
Browse files Browse the repository at this point in the history
If e.g. the docs build fails on nightly, the docs build on 1.0 (used to 
build the docuemntation that gets deployed) should still run to 
completion.
  • Loading branch information
martinholters committed May 13, 2020
1 parent 13eb239 commit 9625f10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
name: build on Julia ${{ matrix.julia-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', 'nightly']
steps:
Expand Down

0 comments on commit 9625f10

Please sign in to comment.