Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Add versioned controllers for 1.20.2 #382

Add versioned controllers for 1.20.2

Add versioned controllers for 1.20.2 #382

Workflow file for this run

name: Build Wiki
on:
push:
branches:
- 'develop'
- 'hotfix/**'
pull_request:
branches:
- 'develop'
- 'hotfix/**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🐍 Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: 📦 Install mkdocs dependencies
run: |
pip install mkdocs-material
pip install mkdocs-git-revision-date-localized-plugin
- name: 🔨 Build mkdocs
run: mkdocs build