feat(ci): create doc PRs, maybe?
This commit is contained in:
committed by
Tobias Fried
parent
5a390a9231
commit
a4421c82b2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user