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 6, 2024
1 parent a9943c8 commit c3a81a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ 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
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: python3 spec-parser/main.py spdx-3-model/model $PARSER_OUT_BASE_DIR
- name: Create directories for model (MkDocs) and RDF files
Expand Down

0 comments on commit c3a81a0

Please sign in to comment.