trying more

This commit is contained in:
Syrus
2020-01-14 18:58:02 +01:00
parent 5403b9822b
commit d2097aa92d

View File

@ -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