Skip to content

Merge pull request #43 from vantage-sh/cch-updates #14

Merge pull request #43 from vantage-sh/cch-updates

Merge pull request #43 from vantage-sh/cch-updates #14

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}