Skip to content

Commit

Permalink
Update publish_v3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bact authored Sep 7, 2024
1 parent c3a81a0 commit 4aa973c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ jobs:
- name: Install pre-requisites for spec-parser
run: pip install -r spec-parser/requirements.txt
- name: Install fake pandoc (to bypass the Tex generation in CI)
run: (echo "#!/bin/sh;" echo "exit 0") > /usr/local/bin/pandoc ; chmod +x /usr/local/bin/pandoc
- name: Build model files and print the output for inspection
run: |
echo $PATH
echo '#!/bin/sh' > /usr/local/bin/pandoc
echo 'exit 0' >> /usr/local/bin/pandoc
chmod +x /usr/local/bin/pandoc
pandoc
- name: Build model files
run: python3 spec-parser/main.py spdx-3-model/model $PARSER_OUT_BASE_DIR
- name: Create directories for model (MkDocs) and RDF files
run: |
Expand Down

0 comments on commit 4aa973c

Please sign in to comment.