Commit Graph

48 Commits

Author SHA1 Message Date
Sylvestre Ledru 96cc48809d Fix l10n copy: only copy locales into existing coreutils utilities
The l10n repo contains utilities (e.g. hashsum) that don't exist in
the coreutils workspace. Copying entire directories created phantom
workspace members that broke Cargo.
2026-03-21 23:07:49 +01:00
Sylvestre Ledru f16fe412fd Fix CI: copy l10n before docs build, handle manpage build failures
- Move l10n locale copy to a separate workflow step before docs build
  to avoid triggering uudoc rebuilds with different cargo features
- Build uudoc once, then reuse for all languages
- Handle per-language build failures gracefully (skip and continue)
- Remove unused L10N_DIR parameter from build-all-manpages.sh
2026-03-21 23:03:03 +01:00
Sylvestre Ledru 59735c57a6 Wire up multi-language manpage build in CI workflow
- Checkout coreutils-l10n repo for translations
- Replace inline manpage generation with build-all-manpages.sh
- Fix tldr download URL to use GitHub releases
- Collect translated manpages into /coreutils/manpages-{lang}/
2026-03-21 22:23:22 +01:00
Sylvestre Ledru 34d1aab2b7 fix the tldr download 2026-03-21 20:46:04 +01:00
Sylvestre Ledru 9929d430db improve the rendering of the man pages 2026-03-21 20:38:55 +01:00
Sylvestre Ledru dc7e2344b1 Fix manpage build: remove deprecated mdbook field and fix index generation
- Strip 'multilingual' from book.toml before mdbook build (removed in newer versions)
- Generate a self-contained manpages index.html instead of relying on Zola
  (the Zola approach failed due to wrong paths and content conflict with coreutils.md)
- Copy manpage HTML files in the collect step so they end up at /coreutils/manpages/
2026-03-21 19:23:38 +01:00
Sylvestre Ledru 08f02cf362 Add manpage generation and publishing to website workflow 2026-03-21 18:46:33 +01:00
renovate[bot] f5bdfff4cd Update actions/upload-pages-artifact action to v4 2025-08-22 17:10:53 +00:00
renovate[bot] e53580e634 Update actions/checkout action to v5 2025-08-11 15:31:54 +00:00
renovate[bot] f9a292ad6f Update shalzz/zola-deploy-action action to v0.21.0 2025-07-16 20:40:16 +00:00
Louis Dispa 1505e7208e Run deploy github action only on the main branch 2025-02-17 22:37:00 +01:00
Louis Dispa 76e30d8950 Update to zola v0.20 2025-02-16 22:42:11 +01:00
Sylvestre Ledru ee69bdeb2c improve the name of the job 2025-02-01 16:10:56 +01:00
Sylvestre Ledru 088c38fe19 add missing dep 2025-02-01 16:09:47 +01:00
Sylvestre Ledru f3900c5f69 remove dup file 2025-02-01 16:08:55 +01:00
Sylvestre Ledru e4a8e1843d Create website.yml 2025-02-01 16:06:42 +01:00
Terts Diepraam 2a78a48b6f remove oranda in favour of zola pages 2024-04-03 09:55:55 +02:00
Terts Diepraam 2622246384 fix workflow 2024-01-28 16:58:19 +01:00
Terts Diepraam 708c2c8d90 add zola build action 2024-01-28 15:51:29 +01:00
Daniel Hofstetter 0fe8875216 Merge pull request #25 from uutils/renovate/actions-deploy-pages-4.x
chore(deps): update actions/deploy-pages action to v4
2023-12-20 06:59:12 +01:00
renovate[bot] 0f30adf085 chore(deps): update actions/upload-pages-artifact action to v3 2023-12-19 16:16:26 +00:00
renovate[bot] c99c77b871 chore(deps): update actions/deploy-pages action to v4 2023-12-19 16:16:23 +00:00
renovate[bot] 66da90587b chore(deps): update actions/upload-artifact action to v4 2023-12-14 20:02:59 +00:00
renovate[bot] da7954c638 chore(deps): update actions/deploy-pages action to v3 2023-12-05 05:35:46 +00:00
Sylvestre Ledru 320dd00061 Merge pull request #17 from cakebaker/replace_toolchain_action
ci: use dtolnay/rust-toolchain instead of action-rs/toolchain
2023-10-10 11:18:12 +02:00