From b61ae77775bc61bae59dd78fc21125b9112bf542 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 23 Jun 2026 17:16:56 +0100 Subject: [PATCH] Fix doc publishing workflow name The doc publication recently failed. It is because GitHub Pages environment protection rules restricts the publication to the old name "Publish API docs". Revert the name back. Signed-off-by: Arthit Suriyawongkul --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 0eeef0f..fae63c4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -10,7 +10,7 @@ # Publish tutorials to # https://spdx.github.io/spdx-python-model/tutorial/ -name: Publish docs +name: Publish API docs on: push: