diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 8633d9f8..f7bec7f9 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.5.1" - ref: "0.5.0" - ref: "0.4.0" - ref: "0.3.0" diff --git a/docs/root/src/index.md b/docs/root/src/index.md index eff95f36..46cbcfe9 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.5.1](0.5.1/index.md) - [0.5.0](0.5.0/index.md) - [0.4.0](0.4.0/index.md) - [0.3.0](0.3.0/index.md)