Skip to content

Commit

Permalink
ci: Fix not found benchmark files
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 16, 2024
1 parent 662845e commit fddda18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,15 @@ jobs:
fail-on-alert: true
alert-comment-cc-users: '@sya-ri'
summary-always: true
- name: Switch branch
run: git checkout benchmark
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: benchmark
path: |
./index.html
./data.js
index.html
data.js
retention-days: 7
deploy:
needs: [writerside, dokka, benchmark]
Expand Down

0 comments on commit fddda18

Please sign in to comment.