mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Test cleaning up leanpub content
This commit is contained in:
22
.github/workflows/on-push-master-update-leanpub-preview.yml
vendored
Normal file
22
.github/workflows/on-push-master-update-leanpub-preview.yml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
name: Notify Discord to cookbook update
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- 'manuscript/*.md'
|
||||
- 'manuscript/**/*.md'
|
||||
|
||||
jobs:
|
||||
- name: Checkout charts repo
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Merge to leanpub-preview branch
|
||||
uses: devmasx/merge-branch@v1.1.0
|
||||
with:
|
||||
type: now
|
||||
target_branch: 'leanpub-preview'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user