We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458459f commit a752aafCopy full SHA for a752aaf
.github/workflows/build.yaml
@@ -92,6 +92,9 @@ jobs:
92
- name: Copy manifest to output directory
93
working-directory: .
94
run: cp ./platform/constants/manifest.yaml ./kubernetes-plugin/
95
+ - name: Copy index templates folder to output directory
96
+ working-directory: .
97
+ run: cp -r ./platform/index-templates ./kubernetes-plugin/
98
- name: Pack output
99
100
run: |
0 commit comments