Skip to content

added 2024.3 release notes #66

added 2024.3 release notes

added 2024.3 release notes #66

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