From d2097aa92d324a6e76a2c21bd914ff98e63fbf5f Mon Sep 17 00:00:00 2001 From: Syrus Date: Tue, 14 Jan 2020 18:58:02 +0100 Subject: [PATCH] trying more --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7b861c9b..5d3ba6b31 100644 --- a/Makefile +++ b/Makefile @@ -312,8 +312,8 @@ docs: docs-publish: git clone -b "gh-pages" --depth=1 https://wasmerbot:${GITHUB_DOCS_TOKEN}@github.com/wasmerio/wasmer.git api-docs-repo - # cp -R ${RUST_DOCS_DIR:-api-docs}/* api-docs-repo - # cd api-docs-repo && git add index.html rust/* c/* + cp -R ${RUST_DOCS_DIR:-api-docs}/* api-docs-repo + cd api-docs-repo && git add index.html rust/* c/* # cd api-docs-repo && git commit -m "Publishing GitHub Pages ***CI***" # cd api-docs-repo && git push origin gh-pages