ci: add minor comment to docs deployment workflow

This commit is contained in:
2025-02-23 13:44:27 -07:00
parent adb25460e4
commit f2c35e944a

View File

@@ -2,6 +2,10 @@
# @type github workflow
# @desc builds mkdocs from the main branch /docs/ folder and puts the compiled version
# in the `gh-pages` branch. Is hosted using Github Pages.
#
# @update pip install --upgrade mkdocs
# pip install --upgrade --force-reinstall mkdocs-material
#
# @author Aetherinox
# @url https://github.com/Aetherinox
#