Skip to content

Merge pull request #1 from vipm-io/dependabot/pip/mkdocs-material-9.5.3 #62

Merge pull request #1 from vipm-io/dependabot/pip/mkdocs-material-9.5.3

Merge pull request #1 from vipm-io/dependabot/pip/mkdocs-material-9.5.3 #62

Workflow file for this run

name: ci
on:
push:
branches:
- main
# allow manual build here:
# https://github.com/vipm-io/docs/actions/workflows/ci.yml
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
cache: 'pip'
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force