feat(ci): create doc PRs, maybe?

This commit is contained in:
rektdeckard
2024-12-28 21:50:33 -07:00
committed by Tobias Fried
parent 5a390a9231
commit a4421c82b2
6 changed files with 145 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ on:
branches:
- master
concurrency:
group: 'prod'
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
@@ -15,6 +19,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Install Node.js