Skip to content

Commit f10268f

Browse files
authored
Update publish_doc_benches_to_ghpages.yaml
1 parent 46ab538 commit f10268f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish_doc_benches_to_ghpages.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,21 @@ jobs:
4242
needs: [build_docs, run_benches]
4343
runs-on: ubuntu-latest
4444
steps:
45-
- run: mkdir ./ghpages
45+
- run: mkdir ./gh-pages
4646
- name: Get docs from previous job
4747
uses: actions/download-artifact@v4
4848
with:
4949
name: bc-rust-docs
50-
path: gh-pages/
50+
path: ./gh-pages/
5151
- name: Get benches from previous job
5252
uses: actions/download-artifact@v4
5353
with:
5454
name: bc-rust-benches
55-
path: gh-pages/
55+
path: ./gh-pages/
5656
- name: Archive Compatibility Matrix For Download
5757
uses: actions/upload-pages-artifact@v3
5858
with:
59-
path: ./ghpages
59+
path: ./gh-pages
6060
publish_to_gh_pages:
6161
if: github.ref == 'refs/heads/main'
6262
needs: collect_ghpages
@@ -71,4 +71,4 @@ jobs:
7171
steps:
7272
- name: Update git pages with new compatibiliy matrix
7373
id: deployment
74-
uses: actions/deploy-pages@v4
74+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)