From 36212f59ed5996c5b4c3a4f605f788f1d9ebf4f9 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 13 Feb 2024 21:41:38 +0100 Subject: [PATCH] Add github action to documentation --- README.md | 6 ++++++ docs/index.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 008440ec7..59ad5c3e5 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,12 @@ On Windows, to obtain these dependencies from conda-forge, one can install We have extensive documentation for `rattler-build`. You can find the [book here](https://prefix-dev.github.io/rattler-build). +### GitHub Action + +There is a GitHub Action for rattler-build. +It can be used to install `rattler-build` in CI/CD workflows and run a build command. +Please check out the [GitHub Action documentation](https://github.com/prefix-dev/rattler-build-action) for more information. + ### Usage `rattler-build` comes with two commands: `build` and `test`. diff --git a/docs/index.md b/docs/index.md index cbbd78573..956896861 100644 --- a/docs/index.md +++ b/docs/index.md @@ -58,6 +58,12 @@ self-contained. On Windows, to obtain these dependencies from conda-forge, one can install `m2-patch`, `m2-bzip2`, `m2-gzip`, `m2-tar`. +#### GitHub Action + +There is a GitHub Action for rattler-build. +It can be used to install `rattler-build` in CI/CD workflows and run a build command. +Please check out the [GitHub Action documentation](https://github.com/prefix-dev/rattler-build-action) for more information. + ### Usage `rattler-build` comes with three commands: `build`, `test` and `rebuild`.