Skip to content

Merge branch 'main' of github.com:cms-analysis/HiggsAnalysis-Combined… #299

Merge branch 'main' of github.com:cms-analysis/HiggsAnalysis-Combined…

Merge branch 'main' of github.com:cms-analysis/HiggsAnalysis-Combined… #299

Workflow file for this run

name: Docs
on:
workflow_dispatch:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
name: Build and deploy docs
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Build documentation
run: |
python3 -m pip install mkdocs pymdown-extensions mkdocs-material mike
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
mike deploy --push v10.0.X latest