We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa19043 commit 5226d6dCopy full SHA for 5226d6d
.github/workflows/CI.yml
@@ -12,7 +12,7 @@ jobs:
12
fail-fast: false
13
matrix:
14
version:
15
- - '1.6.7' # LTS
+ - 'lts' # LTS
16
- '1' # automatically expands to the latest stable 1.x release of Julia
17
os:
18
- ubuntu-latest
@@ -46,13 +46,3 @@ jobs:
46
- uses: codecov/codecov-action@v1
47
with:
48
file: lcov.info
49
- # docs:
50
- # name: Documentation
51
- # runs-on: ubuntu-latest
52
- # steps:
53
- # - uses: actions/checkout@v2
54
- # - uses: julia-actions/julia-buildpkg@latest
55
- # - uses: julia-actions/julia-docdeploy@latest
56
- # env:
57
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
- # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments