Skip to content

Commit

Permalink
ci: Fix file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
sya-ri committed Sep 16, 2024
1 parent 100a3fd commit 4235870
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
auto-push: true
gh-pages-branch: benchmark
benchmark-data-dir-path: .
alert-threshold: '200%'
comment-on-alert: true
fail-on-alert: true
Expand All @@ -93,7 +92,8 @@ jobs:
with:
name: benchmark
path: |
./dev/bench
./index.html
./data.js
retention-days: 7
deploy:
needs: [writerside, dokka, benchmark]
Expand All @@ -113,7 +113,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dokka
path: dir/api-docs (dokka)
path: dir/api-docs
- name: Unzip artifact
uses: montudor/action-zip@v1
with:
Expand All @@ -122,6 +122,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: benchmark
path: dir/benchmark
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 4235870

Please sign in to comment.