Skip to content

Merge pull request #41 from pingidentity/PFGettingStartedUpdates #64

Merge pull request #41 from pingidentity/PFGettingStartedUpdates

Merge pull request #41 from pingidentity/PFGettingStartedUpdates #64

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