1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00
Files
geek-cookbook/.github/workflows/on-push-master-update-leanpub-preview.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 12: cannot unmarshal !!seq into map[string]*model.Job
2020-06-03 13:19:17 +12:00

22 lines
443 B
YAML

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 }}