From 13ac911ed5c8f2bee57e5673d95b88680a71663e Mon Sep 17 00:00:00 2001 From: Bennett Petzold Date: Sat, 10 Feb 2024 21:18:50 -0500 Subject: [PATCH] Fix graphs to not overwrite docs --- .github/workflows/build-graphs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-graphs.yml b/.github/workflows/build-graphs.yml index 7ccd0ad6b29..37040d6a2a6 100644 --- a/.github/workflows/build-graphs.yml +++ b/.github/workflows/build-graphs.yml @@ -81,4 +81,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: graphs - target-folder: docs/${{ github.ref_name }} + target-folder: graphs/${{ github.ref_name }}