about summary refs log tree commit diff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* chore(.github): enable cache.nixos.org binary cachesternenseemann2023-04-181-2/+2
| | | | | When the TVL binary cache gets gc'd, we are left with nothing — we want to avoid bootstrapping nixpkgs from scratch at least.
* fix(.github): adjust for changed tag naming schemesternenseemann2023-04-181-1/+1
|
* chore(.github/doc): update third party actionssternenseemann2023-04-181-4/+4
|
* chore(.github): update third party actionssternenseemann2023-04-181-3/+3
|
* feat(workflows/doc): use cache.tvl.su over cachixsternenseemann2021-11-291-1/+3
| | | | | | This will avoid compiling cheddar in GitHub Actions. The rest of the build is very quick and doesn't really benefit from persistent cache between runs.
* chore(workflows): bump GitHub actionssternenseemann2021-11-292-7/+7
|
* doc(web): render man pages to html and deploy via gh-pagessternenseemann2021-03-111-0/+29
| | | | | | | | | | This uses htmlman from tvl's depot and should allow us to deduplicate the documentation by removing all the stuff we explain in the man pages from the README and just link the appropriate man page in its place. See also: https://code.tvl.fyi/about/users/sterni/htmlman Fingers crossed this works first try.
* feat(ci): add ci to check buildsternenseemann2020-12-271-0/+27