Skip to content

Commit

Permalink
fix(ci): fixed path to generate_inline_svg_md.py script.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Jun 21, 2024
1 parent d1d7287 commit cfab3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:

- name: Generate perf pages
run: |
python3 ./github/generate_inline_svg_md.py trace_tests.svg
python3 .github/generate_inline_svg_md.py trace_tests.svg
mv out.md docs/unit_tests.md
rm -rf out.md
python3 ./github/generate_inline_svg_md.py trace_scap.svg
python3 .github/generate_inline_svg_md.py trace_scap.svg
mv out.md docs/scap_file.md
rm -rf out.md
Expand Down

0 comments on commit cfab3de

Please # to comment.