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

Merge pull request #853 from UnicacityAddon/feature/UCA-851-info-mess… #359

Merge pull request #853 from UnicacityAddon/feature/UCA-851-info-mess…

Merge pull request #853 from UnicacityAddon/feature/UCA-851-info-mess… #359

Workflow file for this run

name: Build Wiki
on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]
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