From 142dae105ae7aa3e55d58e5cc22a09d6014d1cfb Mon Sep 17 00:00:00 2001 From: Shicheng Liu Date: Sat, 6 Apr 2024 00:03:54 +0000 Subject: [PATCH] modify website build instruction --- .github/workflows/docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8c43eba..166c7e2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,8 +2,9 @@ name: website # build the documentation whenever there are new commits on main on: - release: - types: [published] + push: + branches: + - main # security: restrict permissions for CI jobs. permissions: