Skip to content

Commit

Permalink
docs: update releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmaestro committed Nov 6, 2024
1 parent 10246e8 commit 2e82d7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,8 @@ jobs:
# Create a job for release
include:
- ref: main
- ref: "0.10.1"
- ref: "0.9.0"
- ref: "0.8.0"
- ref: "0.7.1"
- ref: "0.7.0"
- ref: "0.6.0"
- ref: "0.5.1"
- ref: "0.5.0"
- ref: "0.4.0"
- ref: "0.3.0"
- ref: "0.2.0"
- ref: "0.1.0"
- ref: "0.12.0"
- ref: "0.11.1"
steps:
- uses: actions/checkout@v2
if: ${{ matrix.ref == 'main' }}
Expand Down
14 changes: 2 additions & 12 deletions docs/root/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,5 @@ Rules for building C/C++ projects using foreign build systems (non Bazel) inside
## Versions

- [main](main/index.md)
- [0.10.1](0.10.1/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)
- [0.6.0](0.6.0/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)
- [0.2.0](0.2.0/index.md)
- [0.1.0](0.1.0/index.md)
- [0.12.0](0.12.0/index.md)
- [0.11.1](0.11.1/index.md)

0 comments on commit 2e82d7d

Please sign in to comment.