Skip to content

wrong case

wrong case #17

Workflow file for this run

name: Build Documentation
on:
push:
branches: [ '**' ]
tags-ignore: [ '**' ]
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install and Build
run: |
python -m pip install -q mkdocs
mkdocs build --verbose --clean --strict
- name: Deploy
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/master'
with:
branch: gh-pages
folder: site