File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,19 +55,21 @@ jobs:
5555
5656 # 3. ADD NEW DATA POINT
5757 - name : Run Benchmarks
58+ working-directory : microbiorust-py
5859 run : asv run HEAD^! --machine "github-runner" --show-stderr --quick
5960
6061 # 4. GENERATE WEBSITE
6162 - name : Generate HTML
63+ working-directory : microbiorust-py
6264 run : asv publish
6365
6466 # 5. PACK NEW HISTORY INTO THE WEBSITE FOLDER (Crucial Step!)
6567 - name : Save results for next time
6668 run : |
6769 # Make sure the destination exists inside the HTML folder
68- mkdir -p .asv/html/results
70+ mkdir -p microbiorust-py/ .asv/html/results
6971 # Copy the accumulated JSON files (Old + New) into the publish dir
70- cp -r .asv/results/* .asv/html/results/
72+ cp -r microbiorust-py/ .asv/results/* microbiorust-py/ .asv/html/results/
7173
7274 # 6. UPLOAD EVERYTHING
7375 - name : Deploy to GitHub Pages
You can’t perform that action at this time.
0 commit comments