Skip to content

Merge branch 'main' of https://github.com/3x3cut0r/vps #73

Merge branch 'main' of https://github.com/3x3cut0r/vps

Merge branch 'main' of https://github.com/3x3cut0r/vps #73

Workflow file for this run

name: deploy mkdocs
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs gh-deploy --force --clean --verbose