From f58970228a04e3250fdaa6c9c4c28570dcd92265 Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Wed, 7 May 2025 04:31:32 -0700 Subject: [PATCH] Updated CI to save SVG graphs. --- .github/workflows/gnu-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gnu-data.yml b/.github/workflows/gnu-data.yml index 5dce165..b928095 100644 --- a/.github/workflows/gnu-data.yml +++ b/.github/workflows/gnu-data.yml @@ -59,7 +59,7 @@ jobs: with: default_author: github_actions message: "Refresh the graph" - add: gnu-results.png + add: gnu-results.svg bfs: name: Process the BFS test results @@ -112,4 +112,4 @@ jobs: with: default_author: github_actions message: "Refresh the graph" - add: bfs-results.png + add: bfs-results.svg