File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments