mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
refactor(docs): update Reticulum manual fetching process to remove GitHub update functionality and ensure build-time fetching with --force option
This commit is contained in:
parent
0c80fef6e9
commit
f62b203beb
19 changed files with 59 additions and 280 deletions
|
|
@ -39,7 +39,7 @@ from datetime import UTC, datetime
|
|||
from pathlib import Path
|
||||
|
||||
DEFAULT_SOURCES = (
|
||||
"https://github.com/markqvist/reticulum_website/archive/refs/heads/main.zip",
|
||||
"https://codeload.github.com/markqvist/reticulum_website/zip/refs/heads/master",
|
||||
)
|
||||
|
||||
DEFAULT_DEST = (
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"dest": "meshchatx/public/reticulum-docs-bundled/current",
|
||||
"fetched_utc": "2026-07-07T05:31:03Z",
|
||||
"html_files": 201,
|
||||
"fetched_utc": "2026-07-10T17:45:25Z",
|
||||
"html_files": 206,
|
||||
"skipped_binary_files": 2,
|
||||
"source_url": "https://github.com/markqvist/reticulum_website/archive/refs/heads/main.zip"
|
||||
"source_url": "https://codeload.github.com/markqvist/reticulum_website/zip/refs/heads/master"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue