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

Rework command pages #8

Rework command pages

Rework command pages #8

Workflow file for this run

name: Build
on:
pull_request:
branches: [ "develop" ]
push:
branches: [ "develop" ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
name: 🏗️ Build TurnipTales Wiki
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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
pip install mkdocs-glightbox
- name: Build mkdocs
run: mkdocs build