Commit ee8fd2f
Add Documenter GitHub Actions workflow; fix docs build
- New .github/workflows/documentation.yml: builds docs/ and deploys to
gh-pages via GITHUB_TOKEN on push to master.
- docs/make.jl: repo/canonical URLs were still pointing at a stale
joa-quim/InteractiveGMT.jl fork; point at GenericMappingTools/InteractiveGMT.
Use Documenter.Remotes.GitHub instead of a raw URL string (fixes a
"could not auto-detect repository root" warning). Added the missing
hillshade.md page title.
- docs/src/95-reference.md: the @autodocs `filters` keyword isn't valid in
the installed Documenter version (silently ignored, so internals leaked
into the API reference); replaced with the correct singular `Filter`
keyword. Also set checkdocs=:none in make.jl since 95-reference.md
hand-curates the public API and isn't meant to require every internal
docstring to appear somewhere.
Verified: `julia --project=docs docs/make.jl` builds docs/build cleanly
(deploy step self-skips outside CI, as expected).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 4ec3368 commit ee8fd2f
3 files changed
Lines changed: 41 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| 73 | + | |
72 | 74 | | |
73 | | - | |
| 75 | + | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
79 | | - | |
| 81 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
143 | 145 | | |
0 commit comments