Skip to content

Update plugin ksp to v2.1.10-1.0.29 (#499) #533

Update plugin ksp to v2.1.10-1.0.29 (#499)

Update plugin ksp to v2.1.10-1.0.29 (#499) #533

Workflow file for this run

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