mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-18 04:01:46 +00:00
Update
This commit is contained in:
@@ -30,11 +30,6 @@ jobs:
|
|||||||
cp -rf manuscript leanpub-preview/
|
cp -rf manuscript leanpub-preview/
|
||||||
cd leanpub-preview
|
cd leanpub-preview
|
||||||
./scripts/markdown-to-markua.sh
|
./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 --local --unset-all "http.https://github.com/.extraheader"
|
||||||
git config --global user.email "autopenguin@funkypenguin.co.nz"
|
git config --global user.email "autopenguin@funkypenguin.co.nz"
|
||||||
git config --global user.name "AutoPenguin"
|
git config --global user.name "AutoPenguin"
|
||||||
|
|||||||
Reference in New Issue
Block a user