Skip to content

Commit 3b2e238

Browse files
committed
Move docs from readme to docs and add a doc build
+ extract docstrings from the public API and get them onto an API reference page.
1 parent 68d3fbd commit 3b2e238

File tree

12 files changed

+1425
-1341
lines changed

12 files changed

+1425
-1341
lines changed

.github/workflows/CI.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -95,18 +95,18 @@ jobs:
9595
${{ runner.os }}-
9696
- uses: julia-actions/julia-buildpkg@v1
9797
- run: julia sysimage/compile.jl
98-
# docs:
99-
# name: Documentation
100-
# runs-on: ubuntu-latest
101-
# steps:
102-
# - uses: actions/checkout@v2
103-
# - uses: julia-actions/setup-julia@latest
104-
# with:
105-
# version: '1.6'
106-
# - run: julia --project=docs -e '
107-
# using Pkg;
108-
# Pkg.develop(PackageSpec(; path=pwd()));
109-
# Pkg.instantiate();'
110-
# - run: julia --project=docs docs/make.jl
111-
# env:
112-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98+
docs:
99+
name: Documentation
100+
runs-on: ubuntu-latest
101+
steps:
102+
- uses: actions/checkout@v2
103+
- uses: julia-actions/setup-julia@latest
104+
with:
105+
version: '1.9'
106+
- run: julia --project=docs -e '
107+
using Pkg;
108+
Pkg.develop(PackageSpec(; path=pwd()));
109+
Pkg.instantiate();'
110+
- run: julia --project=docs docs/make.jl
111+
env:
112+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)