Skip to content

Add Flux Operator sharding docs #106

Add Flux Operator sharding docs

Add Flux Operator sharding docs #106

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
branches: [ 'docs*' ]
tags: [ 'v*' ]
permissions:
contents: read
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Run mkdocs
uses: mhausenblas/mkdocs-deploy-gh-pages@a31c6b13a80e4a4fbb525eeb7a2a78253bb15fa5 # master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: fluxcd.control-plane.io
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: docs/.mkdocs/requirements.txt