We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f5af8 commit f88784cCopy full SHA for f88784c
.github/workflows/ci-sharktank-nightly.yaml
@@ -75,13 +75,13 @@ jobs:
75
--iree-device=hip://0 \
76
--with-flux-data \
77
-m="benchmark" \
78
- --html=out/sharktank-nightly/benchmark/index.html \
+ --html=out/sharktank_nightly/benchmark/index.html \
79
sharktank/tests
80
81
- name: Deploy to GitHub Pages
82
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
83
with:
84
github_token: ${{ secrets.SHARK_PLATFORM_GH_TOKEN }}
85
- publish_dir: ./out/sharktank-nightly
86
- destination_dir: ./sharktank-nightly
+ publish_dir: ./out/sharktank_nightly
+ destination_dir: ./sharktank_nightly
87
keep_files: true
0 commit comments