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 %}