Skip to content

Commit

Permalink
Fix graphs to not overwrite docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett-Petzold committed Feb 11, 2024
1 parent 726acaa commit 13ac911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-graphs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 13ac911

Please sign in to comment.