Skip to content

Commit

Permalink
new try3
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 16, 2024
1 parent ae873a8 commit 3844c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
- name: install mermaid-filter and Convert Markdown to PDF
run: |
pandoc -F mermaid-filter cool-root-doc.md -o cool-root-doc.pdf --pdf-engine=xelatex
pip install pandoc-mermaid-filter
for file in $(find . -name '*.md'); do
pdf_file="${file%.md}.pdf"
pandoc -F mermaid-filter cool-root-doc.md -o cool-root-doc.pdf
done
# for file in $(find . -name '*.md'); do
# pdf_file="${file%.md}.pdf"
# pandoc -F mermaid-filter cool-root-doc.md -o cool-root-doc.pdf --pdf-engine=xelatex
# done
- name: Upload PDFs as artifacts
Expand Down
1 change: 0 additions & 1 deletion cool-root-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ graph TD
ACLManager --> L2Pool
end
```

## Main sequence diagram
```sequence
participant User
Expand Down

0 comments on commit 3844c1d

Please sign in to comment.