fixed a bug of .github/workflows/benchmark.yaml

This commit is contained in:
Koichi Nakamura 2021-05-06 01:57:23 +09:00
parent ff3444d24f
commit d8083a76a2

View file

@ -11,7 +11,7 @@ jobs:
- name: take benchmarks
run: |
mkdir -p document
./benchmark/gendoc.sh ${{ github.event.number }} | tee document/Benchmarks.md
./benchmark/gendoc.sh ${{ github.sha }} | tee document/Benchmarks.md
- name: upload to wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with: