From f2c35e944af24d5ecad49c147d30d0836fcf4486 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sun, 23 Feb 2025 13:44:27 -0700 Subject: [PATCH] ci: add minor comment to docs deployment workflow --- .github/workflows/documentation.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6035232e..9f3f5050 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 #