Skip to content

WS-3068 Release WebSight CMS (#254) #312

WS-3068 Release WebSight CMS (#254)

WS-3068 Release WebSight CMS (#254) #312

name: mkdocs-gh-deploy
on:
workflow_dispatch:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs gh-deploy --force