From f75a335357796f4dceba5f1eee79a22c15e3bb8c Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 3 Jun 2020 13:41:36 +1200 Subject: [PATCH] Update --- .github/workflows/on-push-master-update-leanpub-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on-push-master-update-leanpub-preview.yml b/.github/workflows/on-push-master-update-leanpub-preview.yml index 76f52e0..8074421 100644 --- a/.github/workflows/on-push-master-update-leanpub-preview.yml +++ b/.github/workflows/on-push-master-update-leanpub-preview.yml @@ -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"