Compare commits

...

4 Commits

Author SHA1 Message Date
fallenbagel
e908c11d45 docs: fix the position of workflow_dispatch in docs-deploy 2025-10-31 07:45:23 +08:00
fallenbagel
509d615a61 docs: fix typo on the docs deploy 2025-10-31 07:42:26 +08:00
fallenbagel
9ebe620d52 docs: deploy from legacy-jellyseerr branch manually 2025-10-31 07:39:35 +08:00
fallenbagel
e928611285 docs: change pnpm version for stable 2025-10-31 07:38:13 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -3,9 +3,10 @@
name: Deploy to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- develop
- legacy-jellyseerr
paths:
- 'docs/**'
- 'gen-docs/**'

View File

@@ -15,7 +15,7 @@ import TabItem from '@theme/TabItem';
### Prerequisites
- [Node.js 22.x](https://nodejs.org/en/download/)
- [Pnpm 10.x](https://pnpm.io/installation)
- [Pnpm 9.x](https://pnpm.io/installation)
- [Git](https://git-scm.com/downloads)
## Unix (Linux, macOS)