Skip to content

Commit

Permalink
ci(debug): Only build two doc types for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Feb 7, 2025
1 parent 37319e0 commit 0022656
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0022656

Please sign in to comment.