Skip to content

Commit 2578bb6

Browse files
committed
There are no docs
1 parent 979d912 commit 2578bb6

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/CI.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,28 @@ jobs:
4646
with:
4747
file: lcov.info
4848

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 }}
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

Comments
 (0)