Skip to content

Commit

Permalink
Fix up versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Dec 3, 2020
1 parent 3cc3ef0 commit 79c8af4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version:
version:
- '1.0'
- '1.3'
- '1.5'
Expand All @@ -17,7 +17,7 @@ jobs:
- ubuntu-latest
- windows-latest
- macOS-latest
julia-arch:
arch:
- x64
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ jobs:
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: julia --project=docs/ docs/make.jl
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 79c8af4

Please sign in to comment.