Skip to content

Updating apps to the latest Neon API. (#55) #17

Updating apps to the latest Neon API. (#55)

Updating apps to the latest Neon API. (#55) #17

Workflow file for this run

name: mkdocs
on:
push:
branches:
- develop
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-material-extensions
- run: pip install mkdocs-autolinks-plugin
- run: mkdocs gh-deploy --force