Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .github/workflows/docs.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/workflows/on-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# *******************************************************************************
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

name: Publish Documentation

on:
workflow_run:
workflows: ["PR"]
types:
- completed

concurrency:
group: pages-deploy
cancel-in-progress: false

jobs:
docs-deploy:
uses: eclipse-score/cicd-workflows/.github/workflows/docs-publish.yml@dev
permissions:
pages: write
id-token: write
contents: write
pull-requests: write
4 changes: 4 additions & 0 deletions .github/workflows/on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@ jobs:

bazel-lock:
uses: eclipse-score/cicd-workflows/.github/workflows/bzlmod-lock-check.yml@93aac16ada7d247bbb6ae926509ddea74cf5213a # main in 2026-06-11

docs-build:
name: Build documentation
uses: eclipse-score/cicd-workflows/.github/workflows/docs.yml@dev
Loading