diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index b30063da3..55fcdefb5 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -17,6 +17,7 @@ jobs: # Create a job for release include: - ref: main + - ref: "0.9.0" - ref: "0.8.0" - ref: "0.7.1" - ref: "0.7.0" diff --git a/docs/root/src/index.md b/docs/root/src/index.md index c967eeef0..3d13d0b31 100644 --- a/docs/root/src/index.md +++ b/docs/root/src/index.md @@ -5,6 +5,7 @@ Rules for building C/C++ projects using foreign build systems (non Bazel) inside ## Versions - [main](main/index.md) +- [0.9.0](0.9.0/index.md) - [0.8.0](0.8.0/index.md) - [0.7.1](0.7.1/index.md) - [0.7.0](0.7.0/index.md)