1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-17 11:41:45 +00:00
This commit is contained in:
David Young
2020-06-03 13:41:36 +12:00
parent 2e3c491b46
commit f75a335357

View File

@@ -27,7 +27,9 @@ jobs:
- name: Replace contents of leanpub-preview branch
run: |
rm -rf leanpub-preview/manuscript
rm -rf leanpub-preview/scripts
cp -rf manuscript leanpub-preview/
cp -rf scripts leanpub-preview/
cd leanpub-preview
./scripts/markdown-to-markua.sh
git config --local --unset-all "http.https://github.com/.extraheader"