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 6b7f8e0 commit 09b28b9
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 @@ -60,7 +60,7 @@ jobs:
# rm __pandoc.deb
- name: Build model files and print the output for inspection
run: |
(echo /bin/sh; echo exit 0) > pandoc ; chmod +x pandoc
(echo /bin/sh; echo exit 0) > spec-parser/pandoc ; chmod +x spec-parser/pandoc
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 09b28b9

Please sign in to comment.