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 8f1273e commit 0a1ecfaCopy full SHA for 0a1ecfa
.github/workflows/asv.yml
@@ -99,12 +99,6 @@ jobs:
99
- name: Copy results to publish directory
100
run: cp -r asv_benchmarks/results asv_benchmarks/html/results
101
102
- - name: Upload artifact for PR preview
103
- if: github.event_name == 'pull_request'
104
- uses: actions/upload-pages-artifact@v3
105
- with:
106
- path: asv_benchmarks/html
107
-
108
- name: Deploy history to gh-pages
109
if: github.event_name == 'push'
110
uses: peaceiris/actions-gh-pages@v4
0 commit comments