diff --git a/last_updated_at.txt b/last_updated_at.txt index 456008e50..6f113c353 100644 --- a/last_updated_at.txt +++ b/last_updated_at.txt @@ -1 +1 @@ -1693213611 \ No newline at end of file +1718776189 \ No newline at end of file diff --git a/scripts/wiki/utils.ts b/scripts/wiki/utils.ts index 1656f314d..74242c45e 100644 --- a/scripts/wiki/utils.ts +++ b/scripts/wiki/utils.ts @@ -3,11 +3,12 @@ import dayjs from "dayjs"; const fs = require("fs"); const path = require("path"); -const projectRoot = path.resolve(__dirname, "..", "..", ".."); +const projectRoot = path.resolve(__dirname, "..", ".."); const forceRefresh = process.env.FORCE_UPDATE === "true"; export async function fetchLastUpdatedValue(content_updated_at = 0) { const tmpFilePath = path.join(projectRoot, "last_updated_at.txt"); + console.log('fetchLastUpdatedValue-11', tmpFilePath) try { // content_updated_at empty mean's need read prev last updated_at value