Skip to content

Update plugin ksp to v2.0.21-1.0.25 (#396) #428

Update plugin ksp to v2.0.21-1.0.25 (#396)

Update plugin ksp to v2.0.21-1.0.25 (#396) #428

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: 3.x
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
with:
key: ${{ github.ref }}
path: .cache
- run: ./move_docs.sh
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force