Skip to content

Commit c2920d7

Browse files
hermanschaafpull[bot]
authored andcommitted
chore(website): Upgrade Nextra and re-enable Vercel (#8435)
1 parent b39ccf4 commit c2920d7

8 files changed

Lines changed: 758 additions & 99 deletions

File tree

.github/workflows/deploy_website.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/deploy_website_preview.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/wait_for_required_workflows.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
return files.some(file => file.startsWith(`${action}/`) || matchesWorkflow(file, action))
4141
}
4242
let actions = ["cli",
43-
"deploy-website-preview",
4443
"scaffold",
4544
"plugins/source/alicloud",
4645
"plugins/source/aws",
@@ -99,9 +98,6 @@ jobs:
9998
10099
// Most modules should have a 'validate-release' job
101100
for (const action of actions) {
102-
if (action === "deploy-website-preview") {
103-
continue
104-
}
105101
actions = [...actions, 'validate-release']
106102
}
107103
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import "../styles.css";
2-
import "nextra-theme-docs/style.css";
3-
import "../custom.css";
41
import React from "react";
52
import Script from "next/script";
63
import { Prism } from "prism-react-renderer";

0 commit comments

Comments
 (0)