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 a4cf50f commit b9ef287Copy full SHA for b9ef287
.github/workflows/build-and-benchmark.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Benchmark
32
run: python3 benchmarks/GraphBLAS-sharp.Benchmarks/Scripts/Benchmark.py
33
-
+
34
- name: Charts
35
uses: rhysd/github-action-benchmark@v1
36
with:
@@ -41,6 +41,6 @@ jobs:
41
github-token: ${{ secrets._GITHUB_TOKEN }}
42
# Push and deploy GitHub pages branch automatically
43
auto-push: true
44
- gh-pages-branch: ${{ github.ref_name }}
+ gh-pages-branch: master
45
benchmark-data-dir-path: docs/benchmarks
46
- skip-fetch-gh-pages: true
+ skip-fetch-gh-pages: true
0 commit comments