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