From 528f60d84466473c2a6ee2ea1fc19526de694e37 Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 18:20:10 +0100 Subject: [PATCH 1/3] test ci --- apps/app/tailwind.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/app/tailwind.config.ts b/apps/app/tailwind.config.ts index 2624470..baa72fe 100644 --- a/apps/app/tailwind.config.ts +++ b/apps/app/tailwind.config.ts @@ -7,7 +7,6 @@ const config: Config = { "./src/components/**/*.{js,ts,jsx,tsx,mdx}", "./src/app/**/*.{js,ts,jsx,tsx,mdx}", ], - theme: { ...breadchainTheme, }, From cecb0d62d9cb20ac2d6fd4237825f9e4d7c7fe0d Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 18:32:07 +0100 Subject: [PATCH 2/3] test site ci --- apps/site/README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/apps/site/README.md b/apps/site/README.md index 9d33151..d56f242 100644 --- a/apps/site/README.md +++ b/apps/site/README.md @@ -34,16 +34,3 @@ Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components. Any static assets, like images, can be placed in the `public/` directory. - -## 🧞 Commands - -All commands are run from the root of the project, from a terminal: - -| Command | Action | -| :--------------------- | :----------------------------------------------- | -| `npm install` | Installs dependencies | -| `npm run dev` | Starts local dev server at `localhost:3000` | -| `npm run build` | Build your production site to `./dist/` | -| `npm run preview` | Preview your build locally, before deploying | -| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` | -| `npm run astro --help` | Get help using the Astro CLI | From 0ae17408c1a2998c53521c76b6e18b896fc650c3 Mon Sep 17 00:00:00 2001 From: subject026 Date: Mon, 20 May 2024 18:34:32 +0100 Subject: [PATCH 3/3] fix config --- .github/workflows/website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e0bb6ad..39e8b8a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -11,6 +11,7 @@ on: - "packages/site-ui/**" push: branches: + - main - development paths: - "apps/site/**"