Skip to content

kubernetes: Added instructions to delete a VespaSet #25

kubernetes: Added instructions to delete a VespaSet

kubernetes: Added instructions to delete a VespaSet #25

Workflow file for this run

name: Build Jekyll site (PR check)
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: build-pages-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0.3"
bundler-cache: true
cache-version: 0
- name: Build with Jekyll
run: bundle exec jekyll build
env:
JEKYLL_ENV: production