mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-06 08:34:58 -04:00
Update console site build process
This commit is contained in:
parent
899263b390
commit
a2a9b2f0a9
2 changed files with 19 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
import markdown
|
||||
import os
|
||||
import sys
|
||||
import shutil
|
||||
|
||||
packages = {
|
||||
|
@ -207,4 +208,5 @@ for mdf in source_files:
|
|||
wf.write(html.encode(OUTPUT_ENCODING))
|
||||
|
||||
fetch_reticulum_site()
|
||||
gz_all()
|
||||
if not "--no-gz" in sys.argv:
|
||||
gz_all()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue