From 4235870db684c4bb4ca46f0e372ff0c394251405 Mon Sep 17 00:00:00 2001 From: sya-ri Date: Tue, 17 Sep 2024 00:02:27 +0900 Subject: [PATCH] ci: Fix file paths --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abcf236..d7b1946 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -93,7 +92,8 @@ jobs: with: name: benchmark path: | - ./dev/bench + ./index.html + ./data.js retention-days: 7 deploy: needs: [writerside, dokka, benchmark] @@ -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: @@ -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