From 5dbe8dfca8006e4c22edaa23746d57026f70cf95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edoardo=20Apr=C3=A0?= Date: Fri, 7 Jan 2022 09:30:52 -0800 Subject: [PATCH] mention of github action [ci skip] --- contrib/mkdocs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/mkdocs/README.md b/contrib/mkdocs/README.md index 78b45a126d..73b329d008 100644 --- a/contrib/mkdocs/README.md +++ b/contrib/mkdocs/README.md @@ -1,3 +1,7 @@ +# Updating the website https://nwchemgit.github.io using mkdocs + +`IMPORTANT`: The Information below is for reference ONLY, since the wiki source is now automatically uploaded to the https://nwchemgit.github.io by means of the Github Action https://github.com/nwchemgit/nwchem-wiki/blob/master/.github/workflows/website_update.yml + ## Install mkdocs https://www.mkdocs.org/ ``` @@ -100,3 +104,4 @@ python3 -m pip install markdown-katex Not tried yet * more in https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions +