Skip to content

Commit

Permalink
ci(benchmark): fix folder path
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Sep 15, 2020
1 parent f4b464a commit a2d8bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Publish flamegraph to https://${{ github.sha }}-${{ matrix.node-version }}-hexo.surge.sh/flamegraph.html
uses: dswistowski/surge-sh-action@v1
with:
domain: ${{ github.sha }}-${{ matrix.node-version }}-hexo.sh
project: ./0x/
domain: ${{ github.sha }}-${{ matrix.node-version }}-hexo.surge.sh
project: ./.tmp-hexo-theme-unit-test/0x/
login: ${{ secrets.SURGE_LOGIN }}
token: ${{ secrets.SURGE_TOKEN }}

0 comments on commit a2d8bfa

Please sign in to comment.