Skip to content

Merge pull request #8 from pingidentity/master #4

Merge pull request #8 from pingidentity/master

Merge pull request #8 from pingidentity/master #4

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- master
paths:
- 'mkdocs.yml'
- 'docs/**'
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force