Skip to content

docs: update fleetconfig-controller docs to reflect recent changes #878

docs: update fleetconfig-controller docs to reflect recent changes

docs: update fleetconfig-controller docs to reflect recent changes #878

Workflow file for this run

name: website
on:
workflow_dispatch: {}
pull_request:
branches:
- main
- release-*
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.152.0"
extended: true
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
cache-dependency-path: "**/package-lock.json"
- run: npm ci
- run: hugo