This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-orbit.git
The following commit(s) were added to refs/heads/main by this push:
new 8dc68fab Enable github pages build (#23)
8dc68fab is described below
commit 8dc68fab64f89cdd87ee4b0e64151a3cc31a5ad5
Author: Jan Høydahl <[email protected]>
AuthorDate: Mon May 25 00:32:25 2026 +0200
Enable github pages build (#23)
---
.github/workflows/docs.yml | 122 ++++++++++++++++++++++-----------------------
1 file changed, 61 insertions(+), 61 deletions(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 387ae8c1..7b8cd176 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -1,61 +1,61 @@
-#name: Deploy docs to GitHub Pages
-#
-#on:
-# push:
-# branches: ["main"]
-# paths:
-# - "docs/**"
-# - ".github/workflows/docs.yml"
-# workflow_dispatch:
-#
-#permissions:
-# contents: read
-# pages: write
-# id-token: write
-#
-#concurrency:
-# group: "pages"
-# cancel-in-progress: true
-#
-#jobs:
-# build:
-# runs-on: ubuntu-latest
-# defaults:
-# run:
-# working-directory: docs
-# steps:
-# - name: Checkout
-# uses: actions/checkout@v4
-#
-# - name: Setup Ruby
-# uses: ruby/setup-ruby@v1
-# with:
-# ruby-version: "3.3"
-# bundler-cache: true
-# cache-version: 0
-# working-directory: docs
-#
-# - name: Setup Pages
-# id: pages
-# uses: actions/configure-pages@v5
-#
-# - name: Build with Jekyll
-# run: bundle exec jekyll build --baseurl "${{
steps.pages.outputs.base_path }}"
-# env:
-# JEKYLL_ENV: production
-#
-# - name: Upload artifact
-# uses: actions/upload-pages-artifact@v4
-# with:
-# path: docs/_site
-#
-# deploy:
-# environment:
-# name: github-pages
-# url: ${{ steps.deployment.outputs.page_url }}
-# runs-on: ubuntu-latest
-# needs: build
-# steps:
-# - name: Deploy to GitHub Pages
-# id: deployment
-# uses: actions/deploy-pages@v4
+name: Deploy docs to GitHub Pages
+
+on:
+ push:
+ branches: ["main"]
+ paths:
+ - "docs/**"
+ - ".github/workflows/docs.yml"
+ workflow_dispatch:
+
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+concurrency:
+ group: "pages"
+ cancel-in-progress: true
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ defaults:
+ run:
+ working-directory: docs
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v4
+
+ - name: Setup Ruby
+ uses: ruby/setup-ruby@v1
+ with:
+ ruby-version: "3.3"
+ bundler-cache: true
+ cache-version: 0
+ working-directory: docs
+
+ - name: Setup Pages
+ id: pages
+ uses: actions/configure-pages@v5
+
+ - name: Build with Jekyll
+ run: bundle exec jekyll build --baseurl "${{
steps.pages.outputs.base_path }}"
+ env:
+ JEKYLL_ENV: production
+
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v4
+ with:
+ path: docs/_site
+
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v4