From 483401b9339a971be81dad69a573c72668e4863c Mon Sep 17 00:00:00 2001 From: Alain Nicolas Date: Wed, 29 Nov 2023 17:27:45 +0100 Subject: [PATCH] fix: Remove POH --- .github/workflows/website-deploy.yml | 2 +- website/src/App.tsx | 4 +--- website/src/components/Navbar.tsx | 5 ----- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 1f36530c..cb022f41 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -2,7 +2,7 @@ name: Deploy website on: push: - branches: ["dev"] + branches: ["dev", "temp/deploy-website"] paths: - website/** diff --git a/website/src/App.tsx b/website/src/App.tsx index 628dd330..d875deaa 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -1,7 +1,6 @@ import "./App.css"; import { HashRouter, Route, Routes } from "react-router-dom"; import Home from "./pages/Home.tsx"; -import Poh from "./pages/Poh.tsx"; import SDKDemo from "./pages/SDKDemo.tsx"; import Navbar from "./components/Navbar.tsx"; import Footer from "./components/Footer.tsx"; @@ -14,9 +13,8 @@ function App() { - } /> } /> - } /> + } />