Skip to content

Commit 8a180f6

Browse files
MNT correct publish_dir for html files of asv benchmarks (#143)
1 parent b17409b commit 8a180f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/asv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ jobs:
9595
9696
- name: Copy results to publish directory
9797
run: |
98-
cp -r asv_benchmarks/results html/
98+
cp -r asv_benchmarks/results asv_benchmarks/html/results
9999
100100
- name: Deploy to GitHub Pages
101101
uses: peaceiris/actions-gh-pages@v4
102102
if: github.event_name == 'push'
103103
with:
104104
github_token: ${{ secrets.GITHUB_TOKEN }}
105-
publish_dir: ./html
105+
publish_dir: asv_benchmarks/html
106106
keep_files: true
107107
user_name: 'github-actions[bot]'
108108
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)