mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
chore: add kind cluster to doc publishing for cloud-native-azure theme
Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
This commit is contained in:
parent
57bf532c8a
commit
a714b6a3a3
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
|
@ -21,6 +21,13 @@ jobs:
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.17
|
||||||
|
# Create Kind cluster to have a Kubernetes context for cloud-native-azure theme
|
||||||
|
# Images are defined on every Kind release
|
||||||
|
# See https://github.com/kubernetes-sigs/kind/releases
|
||||||
|
- name: Create k8s v1.23 Kind Cluster
|
||||||
|
uses: helm/kind-action@v1.2.0
|
||||||
|
with:
|
||||||
|
node_image: kindest/node:v1.23.4@sha256:0e34f0d0fd448aa2f2819cfd74e99fe5793a6e4938b328f657c8e3f81ee0dfb9
|
||||||
- name: Build oh-my-posh 🔧
|
- name: Build oh-my-posh 🔧
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Reference in a new issue