Skip to content

Commit 3d45acc

Browse files
authored
Merge pull request #49 from JuliaConstraints/dev
Cleaning old doc
2 parents 95e50a4 + 3b85ea1 commit 3d45acc

File tree

4 files changed

+23
-58
lines changed

4 files changed

+23
-58
lines changed

.github/workflows/ci.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -91,26 +91,26 @@ jobs:
9191
- uses: codecov/codecov-action@v4
9292
with:
9393
file: lcov.info
94-
docs:
95-
name: Documentation
96-
runs-on: ubuntu-latest
97-
steps:
98-
- uses: actions/checkout@v4
99-
- uses: julia-actions/setup-julia@v1
100-
with:
101-
version: "1"
102-
- run: |
103-
julia --project=docs -e '
104-
using Pkg
105-
Pkg.develop(PackageSpec(path=pwd()))
106-
Pkg.instantiate()'
107-
- run: |
108-
julia --project=docs -e '
109-
using Documenter: DocMeta, doctest
110-
using ConstraintDomains
111-
DocMeta.setdocmeta!(ConstraintDomains, :DocTestSetup, :(using ConstraintDomains); recursive=true)
112-
doctest(ConstraintDomains)'
113-
- run: julia --project=docs docs/make.jl
114-
env:
115-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
94+
# docs:
95+
# name: Documentation
96+
# runs-on: ubuntu-latest
97+
# steps:
98+
# - uses: actions/checkout@v4
99+
# - uses: julia-actions/setup-julia@v1
100+
# with:
101+
# version: "1"
102+
# - run: |
103+
# julia --project=docs -e '
104+
# using Pkg
105+
# Pkg.develop(PackageSpec(path=pwd()))
106+
# Pkg.instantiate()'
107+
# - run: |
108+
# julia --project=docs -e '
109+
# using Documenter: DocMeta, doctest
110+
# using ConstraintDomains
111+
# DocMeta.setdocmeta!(ConstraintDomains, :DocTestSetup, :(using ConstraintDomains); recursive=true)
112+
# doctest(ConstraintDomains)'
113+
# - run: julia --project=docs docs/make.jl
114+
# env:
115+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116+
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

docs/Project.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/make.jl

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/src/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)