Skip to content

Merge pull request #346 from haiwen/update_12.0_seadoc #17

Merge pull request #346 from haiwen/update_12.0_seadoc

Merge pull request #346 from haiwen/update_12.0_seadoc #17

Workflow file for this run

name: Deploy CI - 12.0
on:
push:
branches:
- 12.0
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions mike
- run: cd $GITHUB_WORKSPACE
- run: git config user.name ci-bot
- run: git config user.email [email protected]
- run: mike deploy --push -u 12.0