Skip to content

fix: update to latest actions (checkout and setup-python), cache pip #58

fix: update to latest actions (checkout and setup-python), cache pip

fix: update to latest actions (checkout and setup-python), cache pip #58

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