1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-17 19:51:43 +00:00
This commit is contained in:
David Young
2020-06-03 13:39:03 +12:00
parent cf07b45e85
commit 2e3c491b46

View File

@@ -30,16 +30,11 @@ jobs:
cp -rf manuscript leanpub-preview/
cd leanpub-preview
./scripts/markdown-to-markua.sh
# For reason for this, see https://github.com/ad-m/github-push-action/issues/52
- name: Remove troublesome extra header from actions/checkout results
run: |
cd to_publish
git config --local --unset-all "http.https://github.com/.extraheader"
git config --global user.email "autopenguin@funkypenguin.co.nz"
git config --global user.name "AutoPenguin"
git add .
git commit -m 'Update for leanpub preview'
git commit -m 'Update for leanpub preview'
- name: Push changes
uses: ad-m/github-push-action@master