Skip to content

Fix issues with pterodactyl servers not syncing commands #48

Fix issues with pterodactyl servers not syncing commands

Fix issues with pterodactyl servers not syncing commands #48

Workflow file for this run

name: MkDocs Deploy
on:
workflow_dispatch:
inputs:
name:
description: "MkDocs Deploy"
push:
branches:
- main
jobs:
build:
name: Deploy Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -U -r ./docs-requirements.txt
- run: mkdocs gh-deploy --force