Skip to content

Commit

Permalink
Temporarily disable time-consuming PDF building
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact committed Jul 10, 2024
1 parent 87f2941 commit 0e1f176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: pip install -r spec-parser/requirements.txt
- name: Build model
run: python3 spec-parser/main.py spdx-3-model/model spdx-spec/docs/model
- name: Disable PDF build
run: sed -i '/- pdf-export:/,+1 d' spdx-spec/mkdocs.yml # Temporarily disable time-consuming PDF build
- name: Build docs
run: mkdocs build -v --clean
working-directory: spdx-spec

0 comments on commit 0e1f176

Please sign in to comment.