We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda4135 commit 55d57f9Copy full SHA for 55d57f9
.github/workflows/release-chart.yaml
@@ -32,5 +32,6 @@ jobs:
32
env:
33
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
34
35
- - name: Publish to GH Pages
36
- uses: project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main
+ publish:
+ needs: release
37
+ uses: project-codeflare/mlbatch/.github/workflows/gh-pages-static.yml@main
0 commit comments