diff --git a/dist/deploy.js b/dist/deploy.js index 48c5206..a3f4c76 100644 --- a/dist/deploy.js +++ b/dist/deploy.js @@ -196016,7 +196016,7 @@ const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, - "mithril.github.io/docs": { + "mithriljs.github.io/docs": { location: "MithrilJS/docs", tokenExpiryDate: d(2025, 9, 23), tokenName: "GH_PAGES_TOKEN", diff --git a/dist/handle-deploy.js b/dist/handle-deploy.js index 66da3be..851c03e 100644 --- a/dist/handle-deploy.js +++ b/dist/handle-deploy.js @@ -100,7 +100,7 @@ const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, - "mithril.github.io/docs": { + "mithriljs.github.io/docs": { location: "MithrilJS/docs", tokenExpiryDate: d(2025, 9, 23), tokenName: "GH_PAGES_TOKEN", diff --git a/dist/handle-remind.js b/dist/handle-remind.js index f7c39e7..07e0f88 100644 --- a/dist/handle-remind.js +++ b/dist/handle-remind.js @@ -66,7 +66,7 @@ const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, - "mithril.github.io/docs": { + "mithriljs.github.io/docs": { location: "MithrilJS/docs", tokenExpiryDate: d(2025, 9, 23), tokenName: "GH_PAGES_TOKEN", diff --git a/lib/config.js b/lib/config.js index 8baa874..39aa4b0 100644 --- a/lib/config.js +++ b/lib/config.js @@ -38,7 +38,7 @@ export const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, - "mithril.github.io/docs": { + "mithriljs.github.io/docs": { location: "MithrilJS/docs", tokenExpiryDate: d(2025, 9, 23), tokenName: "GH_PAGES_TOKEN",