Commit 04c2151
Overhaul web page generation to use pombast
- Remove obsolete Python and shell scripts.
- Remove settings.xml — at least for now, maven.scijava.org cannot
proxy Central anymore due to Nexus v3's crippleware component
count restriction, so using it as a full mirror no longer works.
- Remove unused server-side component analysis scripts.
They are not part of the pipeline, and won't be used in future either.
- Improve .github/build.sh:
- Clone gh-pages first, so pombast writes directly to site/index.html.
- Fix the date format string bug (%M/%m were swapped in the original).
- Update .github/workflows/build.yml:
- Use astral-sh/setup-uv to install uv.
- Use uv to install pombast from the current git HEAD (1220be5).
- Bump actions/checkout to v4 and webfactory/ssh-agent to v0.9.0.
- Update .gitignore:
- Add /index.html (generated, lives on gh-pages).
- Add /.cache/ (old script cache dir).
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent faf7a4c commit 04c2151
11 files changed
Lines changed: 22 additions & 1033 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
8 | | - | |
9 | 5 | | |
10 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
11 | 20 | | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
15 | 24 | | |
16 | 25 | | |
17 | | - | |
| 26 | + | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
This file was deleted.
0 commit comments