Skip to content

https://github.com/JarbasHiveMind/hivemind-websocket-client/pull/27 +… #125

https://github.com/JarbasHiveMind/hivemind-websocket-client/pull/27 +…

https://github.com/JarbasHiveMind/hivemind-websocket-client/pull/27 +… #125

Workflow file for this run

name: Build Page
on:
push:
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: mkdocs gh-deploy --force --clean --verbose