Skip to content

Commit

Permalink
Update publish_v3.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
  • Loading branch information
bact authored Sep 6, 2024
1 parent a5de8fb commit 6b7f8e0
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,8 +60,8 @@ 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
python3 spec-parser/main.py spdx-3-model/model $PARSER_OUT_BASE_DIR
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
- name: Create directories for model (MkDocs) and RDF files
run: |
mkdir spdx-spec/docs/rdf
Expand Down

0 comments on commit 6b7f8e0

Please sign in to comment.