Skip to content

fix submariner options in v0.22.0 (#376) #1091

fix submariner options in v0.22.0 (#376)

fix submariner options in v0.22.0 (#376) #1091

Workflow file for this run

name: ci
on:
push:
branches:
- main
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: '3.14'
cache: 'pip'
- name: committer cache
uses: actions/cache@v5
with:
path: .cache
key: committer-cache
- run: pip install -r docs/requirements.txt
- name: build
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.GIT_COMMITER_TOKEM }}
ENABLE_GIT_COMMITTERS: true
ENABLE_PDF_EXPORT: 1
run: |
git config --global user.name "ci-bot"
git config --global user.email "ci-bot@example.com"
git fetch origin gh-pages
mike deploy --push -u v1.16.x dev -t "v1.16.x (dev)"
mike list