msys2 / msys2.github.io

The MSYS2 homepage
https://www.msys2.org
Other
2.29k stars 300 forks source link

github pages' workflow Status

MSYS2 Website

Overview

This website is written in Markdown and gets built to a static website using mkdocs and a modified version of the mkdocs-material theme. Any new commits to the main branch will auto deploy to GitHub pages using a GitHub action. The resulting website is reachable under https://msys2.github.io and https://www.msys2.org. Changes to the main branch usually take a minute or two until they are live.

Development

For small changes:

For larger changes:

Link Checker

Run ./linkcheck.sh to check for broken links. This script uses lychee and requires Docker to be installed.