Skip to content

Commit

Permalink
feat(app/nav): add 2.9.x (#1972)
Browse files Browse the repository at this point in the history
Adds navigation for `release-2.9.x` and fixes `404` on `/docs/2.9.x`.
Also fixes ci error in `Docs lint` due to [error: externally-managed-environment on ubuntu ubuntu-24.04](errata-ai/vale-action#128) when installing `docutils`, by pin ubuntu to `22.04`.
---------

Signed-off-by: schogges <moritz.fleck@konghq.com>
Co-authored-by: schogges <moritz.fleck@konghq.com>
  • Loading branch information
schogges and schogges authored Oct 15, 2024
1 parent a66ae57 commit f1cf7d7
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.2'
ruby-version: "3.1.2"
bundler-cache: true
- working-directory: jekyll-kuma-plugins
run: bundle install
Expand Down Expand Up @@ -183,7 +183,9 @@ jobs:

vale:
name: Lint docs
runs-on: ubuntu-latest
# Had to pin to 22.04 because of https://github.com/errata-ai/vale-action/issues/128.
# Once fixed upstream we can put it back to latest.
runs-on: ubuntu-22.04
steps:
- name: Get changed files
id: changed-files
Expand Down
Loading

0 comments on commit f1cf7d7

Please sign in to comment.