Merge pull request #25 from tdulcet/svg

Updated CI to save SVG graphs
This commit is contained in:
Sylvestre Ledru
2025-06-06 13:48:20 +02:00
committed by GitHub
2 changed files with 9 additions and 10 deletions
+4 -4
View File
@@ -143,21 +143,21 @@ jobs:
with:
default_author: github_actions
message: "Refresh the GNU graph"
add: gnu-results.png
add: gnu-results.svg
- name: Add & Commit the busybox graph
uses: EndBug/add-and-commit@v9.1.4
with:
default_author: github_actions
message: "Refresh the busybox graph"
add: busybox-results.png
add: busybox-results.svg
- name: Add & Commit the toybox graph
uses: EndBug/add-and-commit@v9.1.4
with:
default_author: github_actions
message: "Refresh the toybox graph"
add: toybox-results.png
add: toybox-results.svg
- name: Add & Commit the individual size graph
uses: EndBug/add-and-commit@v9.1.4
@@ -171,4 +171,4 @@ jobs:
with:
default_author: github_actions
message: "Refresh the size graph"
add: size-results.png
add: size-results.svg