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

@@ -3,6 +3,10 @@ name: Build and deploy to preview
on:
push
concurrency:
group: 'preview'
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
@@ -13,6 +17,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Install Node.js