Skip to content

Commit 7e24a44

Browse files
committed
fix: docs-deploy path
1 parent da1571b commit 7e24a44

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
paths:
7-
- "docs/**"
7+
- "apps/docs/**"
88
# Allows you to run this workflow manually from the Actions tab on GitHub.
99
workflow_dispatch:
1010

apps/docs/README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
1-
## Getting Started
2-
3-
First, run the development server:
4-
5-
```bash
6-
yarn dev
7-
```
8-
9-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
10-
11-
You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.
12-
13-
To create [API routes](https://nextjs.org/docs/app/building-your-application/routing/router-handlers) add an `api/` directory to the `app/` directory with a `route.ts` file. For individual endpoints, create a subfolder in the `api` directory, like `api/hello/route.ts` would map to [http://localhost:3000/api/hello](http://localhost:3000/api/hello).
14-
15-
## Learn More
16-
17-
To learn more about Next.js, take a look at the following resources:
18-
19-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
20-
- [Learn Next.js](https://nextjs.org/learn/foundations/about-nextjs) - an interactive Next.js tutorial.
21-
22-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
23-
24-
## Deploy on Vercel
25-
26-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_source=github.com&utm_medium=referral&utm_campaign=turborepo-readme) from the creators of Next.js.
27-
28-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
1+
# Docs

0 commit comments

Comments
 (0)