|
11 | 11 | fail-fast: false |
12 | 12 | matrix: |
13 | 13 | version: |
14 | | - - '1.5' |
| 14 | + - '1.6' |
15 | 15 | - '1' |
| 16 | + - '~1.10.0-0' |
16 | 17 | os: |
17 | 18 | - ubuntu-latest |
18 | 19 | threads: |
@@ -44,28 +45,29 @@ jobs: |
44 | 45 | - uses: codecov/codecov-action@v3 |
45 | 46 | with: |
46 | 47 | file: lcov.info |
47 | | - docs: |
48 | | - name: Documentation |
49 | | - runs-on: ubuntu-latest |
50 | | - steps: |
51 | | - - uses: actions/checkout@v4 |
52 | | - - uses: julia-actions/setup-julia@v1 |
53 | | - with: |
54 | | - version: '1' |
55 | | - - run: | |
56 | | - julia --project=docs -e ' |
57 | | - using Pkg |
58 | | - Pkg.develop(PackageSpec(path=pwd())) |
59 | | - Pkg.instantiate()' |
60 | | - env: |
61 | | - JULIA_PKG_SERVER: "" |
62 | | - - run: | |
63 | | - julia --project=docs -e ' |
64 | | - using Documenter: DocMeta, doctest |
65 | | - using Polyester |
66 | | - DocMeta.setdocmeta!(Polyester, :DocTestSetup, :(using Polyester); recursive=true) |
67 | | - doctest(Polyester)' |
68 | | - - run: julia --project=docs docs/make.jl |
69 | | - env: |
70 | | - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
71 | | - DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} |
| 48 | + |
| 49 | + # docs: |
| 50 | + # name: Documentation |
| 51 | + # runs-on: ubuntu-latest |
| 52 | + # steps: |
| 53 | + # - uses: actions/checkout@v4 |
| 54 | + # - uses: julia-actions/setup-julia@v1 |
| 55 | + # with: |
| 56 | + # version: '1' |
| 57 | + # - run: | |
| 58 | + # julia --project=docs -e ' |
| 59 | + # using Pkg |
| 60 | + # Pkg.develop(PackageSpec(path=pwd())) |
| 61 | + # Pkg.instantiate()' |
| 62 | + # env: |
| 63 | + # JULIA_PKG_SERVER: "" |
| 64 | + # - run: | |
| 65 | + # julia --project=docs -e ' |
| 66 | + # using Documenter: DocMeta, doctest |
| 67 | + # using Polyester |
| 68 | + # DocMeta.setdocmeta!(Polyester, :DocTestSetup, :(using Polyester); recursive=true) |
| 69 | + # doctest(Polyester)' |
| 70 | + # - run: julia --project=docs docs/make.jl |
| 71 | + # env: |
| 72 | + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
| 73 | + # DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} |
0 commit comments