From 00226566ab98aff2859bb2f9d9b2d805909202a9 Mon Sep 17 00:00:00 2001 From: Jeffrey Lau Date: Fri, 7 Feb 2025 20:27:17 +0800 Subject: [PATCH] ci(debug): Only build two doc types for testing --- .github/workflows/build_deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index 1553fd3..b88d738 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -67,17 +67,17 @@ jobs: strategy: matrix: doc_type: - - administrative - - directive - - pending-publication - - public-review - - report - - specification - - standard + # - administrative + # - directive + # - pending-publication + # - public-review + # - report + # - specification + # - standard - advisory - - amendment + # - amendment - guide - - technical-corrigendum + # - technical-corrigendum steps: - name: Checkout uses: actions/checkout@v4