Skip to content

Merge pull request #69 from opendatahub-io-contrib/fix/deployment #63

Merge pull request #69 from opendatahub-io-contrib/fix/deployment

Merge pull request #69 from opendatahub-io-contrib/fix/deployment #63

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material~=9.4.6 cairosvg~=2.7.1 pillow~=10.1.0
- run: mkdocs gh-deploy --force