Skip to content

Merge pull request #31 from pingidentity/links #54

Merge pull request #31 from pingidentity/links

Merge pull request #31 from pingidentity/links #54

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- main
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