Skip to content

Commit

Permalink
Merge pull request #24 from LSSTDESC/add_benchmarks
Browse files Browse the repository at this point in the history
Change where the visualization is pushed.
  • Loading branch information
jeremykubica authored Oct 3, 2024
2 parents a1ef4e8 + 9b2fc55 commit 95388ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/asv-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ jobs:
run: |
asv show
asv publish
- name: Move the readme into the HTML directory.
run: |
cp ${{github.workspace}}/README.md ${{env.WORKING_DIR}}/_html/README.md
- name: Deploy to Github pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ${{env.WORKING_DIR}}/_html
folder: ${{env.WORKING_DIR}}/_html
2 changes: 1 addition & 1 deletion benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"results_dir": "_results",
// The directory (relative to the current directory) that the html tree
// should be written to. If not provided, defaults to "html".
"html_dir": "_html",
"html_dir": "_html/benchmarks",
// The number of characters to retain in the commit hashes.
// "hash_length": 8,
// `asv` will cache wheels of the recent builds in each
Expand Down

0 comments on commit 95388ad

Please sign in to comment.