From 222c3bf6a8a890db7b492c8b25222fb4c1e0b4c1 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Fri, 3 Jan 2025 23:36:30 -0800 Subject: [PATCH] ORC-1819: [FOLLOWUP] Fix baseurl parameter and more links --- .github/workflows/pages.yml | 2 +- site/_includes/docs_ul.html | 2 +- site/_includes/header.html | 2 +- site/_includes/news_contents.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 9d8d764d29..52b2e1fc7b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -60,7 +60,7 @@ jobs: gem install bundler -n /usr/local/bin bundle install --retry=100 git clone https://github.com/apache/orc.git -b asf-site target - bundle exec jekyll build -b https://apache.github.io/orc + bundle exec jekyll build -b /orc - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact diff --git a/site/_includes/docs_ul.html b/site/_includes/docs_ul.html index 8e93fee854..a11fdbadb8 100644 --- a/site/_includes/docs_ul.html +++ b/site/_includes/docs_ul.html @@ -12,7 +12,7 @@ {% for p in site.docs %} {% if p.url == item_url %} -
  • {{ p.title }}
  • +
  • {{ p.title }}
  • {% break %} {% endif %} {% endfor %} diff --git a/site/_includes/header.html b/site/_includes/header.html index 27f24f704e..04d5ebde21 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -5,7 +5,7 @@

    - + Apache ORC ORC Logo diff --git a/site/_includes/news_contents.html b/site/_includes/news_contents.html index e7256ab809..85546b49c5 100644 --- a/site/_includes/news_contents.html +++ b/site/_includes/news_contents.html @@ -12,7 +12,7 @@

    Recent Releases

    @@ -21,7 +21,7 @@

    Other News

    {% for post in site.posts %} {% unless post.categories contains 'release' %}
  • - {{ post.title }} + {{ post.title }}
  • {% endunless %} {% endfor %}