Skip to content

Commit

Permalink
Add docs repo for GH Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Sep 23, 2024
1 parent 66b1a51 commit 991fdcb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions dist/handle-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions dist/handle-remind.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
5 changes: 5 additions & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 991fdcb

Please sign in to comment.