Skip to content

Commit 997f5ec

Browse files
authored
Update publish_doc_benches_to_ghpages.yaml
1 parent 4bac23e commit 997f5ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_doc_benches_to_ghpages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
uses: actions/download-artifact@v4
5353
with:
5454
name: bc-rust-benches
55-
path: gh-pages/
55+
path: gh-pages/benches
5656
- name: Archive Compatibility Matrix For Download
5757
uses: actions/upload-pages-artifact@v3
5858
with:
59-
path: ./ghpages/benches
59+
path: ./ghpages/
6060
publish_to_gh_pages:
6161
if: github.ref == 'refs/heads/main'
6262
needs: collect_ghpages

0 commit comments

Comments
 (0)