From d2b68b856cdbb63689a2bad439091d8f29c0d1bf Mon Sep 17 00:00:00 2001 From: Jagan Parthiban <33490370+jagan-parthiban@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:47:04 +0530 Subject: [PATCH] Test tc gh page (#2) * Update gh actions to publish gh-page branch - testing * Update gh actions to publish gh-page branch - testing * Update gh actions to publish gh-page branch - testing 3 * Update gh actions to publish gh-page branch - testing 4 * Update gh actions to publish gh-page branch - testing 5 * Update gh actions to publish gh-page branch - testing 6 * Update gh actions to publish gh-page branch - testing 7 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e7be0b651a..9802649022 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ on: - .github/workflows/docs.yml - traffic_control/clients/python/**.py pull_request: - types: [opened, reopened, ready_for_review, synchronize] + types: [opened, reopened, ready_for_review, synchronize, closed] paths: - docs/source/** - .github/workflows/docs.yml