From 991fdcb88ff4e051f3481f27074f48a5158fbec4 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Mon, 23 Sep 2024 02:49:20 -0700 Subject: [PATCH] Add docs repo for GH Pages deployment --- dist/deploy.js | 5 +++++ dist/handle-deploy.js | 5 +++++ dist/handle-remind.js | 5 +++++ lib/config.js | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/dist/deploy.js b/dist/deploy.js index 801111b..48c5206 100644 --- a/dist/deploy.js +++ b/dist/deploy.js @@ -196016,6 +196016,11 @@ const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, + "mithril.github.io/docs": { + location: "MithrilJS/docs", + tokenExpiryDate: d(2025, 9, 23), + tokenName: "GH_PAGES_TOKEN", + }, // These are only for testing purposes. "example.com": { diff --git a/dist/handle-deploy.js b/dist/handle-deploy.js index a5ee9ce..66da3be 100644 --- a/dist/handle-deploy.js +++ b/dist/handle-deploy.js @@ -100,6 +100,11 @@ const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, + "mithril.github.io/docs": { + location: "MithrilJS/docs", + tokenExpiryDate: d(2025, 9, 23), + tokenName: "GH_PAGES_TOKEN", + }, // These are only for testing purposes. "example.com": { diff --git a/dist/handle-remind.js b/dist/handle-remind.js index db0c130..f7c39e7 100644 --- a/dist/handle-remind.js +++ b/dist/handle-remind.js @@ -66,6 +66,11 @@ const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, + "mithril.github.io/docs": { + location: "MithrilJS/docs", + tokenExpiryDate: d(2025, 9, 23), + tokenName: "GH_PAGES_TOKEN", + }, // These are only for testing purposes. "example.com": { diff --git a/lib/config.js b/lib/config.js index 29ebe84..8baa874 100644 --- a/lib/config.js +++ b/lib/config.js @@ -38,6 +38,11 @@ export const projects = { // tokenExpiryDate: d(1970, 1, 1), // tokenName: "GH_PAGES_TOKEN", // }, + "mithril.github.io/docs": { + location: "MithrilJS/docs", + tokenExpiryDate: d(2025, 9, 23), + tokenName: "GH_PAGES_TOKEN", + }, // These are only for testing purposes. "example.com": {