We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b17409b commit 8a180f6Copy full SHA for 8a180f6
.github/workflows/asv.yml
@@ -95,14 +95,14 @@ jobs:
95
96
- name: Copy results to publish directory
97
run: |
98
- cp -r asv_benchmarks/results html/
+ cp -r asv_benchmarks/results asv_benchmarks/html/results
99
100
- name: Deploy to GitHub Pages
101
uses: peaceiris/actions-gh-pages@v4
102
if: github.event_name == 'push'
103
with:
104
github_token: ${{ secrets.GITHUB_TOKEN }}
105
- publish_dir: ./html
+ publish_dir: asv_benchmarks/html
106
keep_files: true
107
user_name: 'github-actions[bot]'
108
user_email: 'github-actions[bot]@users.noreply.github.com'
0 commit comments