Skip to content

MLCube container image hash checking & Disable network (#472) #102

MLCube container image hash checking & Disable network (#472)

MLCube container image hash checking & Disable network (#472) #102

Workflow file for this run

name: docs-ci
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r docs/requirements.txt
- run: git config --global user.email "github-actions[bot]@users.noreply.github.com"
- run: git config --global user.name "github-actions[bot]"
- run: mkdocs gh-deploy --force