Skip to content

Commit

Permalink
keep benchmark artifact around
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwparas committed Dec 24, 2023
1 parent b709e0d commit 5721aea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
git config user.name "Deploy from CI"
git config user.email ""
cd gh-pages
# Pull the benchmarks if they exist to keep them around through
# the book builds
git checkout origin/gh-pages -- dev/bench || true
# Delete the ref to avoid keeping history.
git update-ref -d refs/heads/gh-pages
# Delete everything except the book
Expand Down

0 comments on commit 5721aea

Please sign in to comment.