Skip to content

Commit f88784c

Browse files
committed
sharktank-nightly -> sharktank_nightly
1 parent 00f5af8 commit f88784c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-sharktank-nightly.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ jobs:
7575
--iree-device=hip://0 \
7676
--with-flux-data \
7777
-m="benchmark" \
78-
--html=out/sharktank-nightly/benchmark/index.html \
78+
--html=out/sharktank_nightly/benchmark/index.html \
7979
sharktank/tests
8080
8181
- name: Deploy to GitHub Pages
8282
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
8383
with:
8484
github_token: ${{ secrets.SHARK_PLATFORM_GH_TOKEN }}
85-
publish_dir: ./out/sharktank-nightly
86-
destination_dir: ./sharktank-nightly
85+
publish_dir: ./out/sharktank_nightly
86+
destination_dir: ./sharktank_nightly
8787
keep_files: true

0 commit comments

Comments
 (0)