mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 02:12:13 +00:00
Fixed redirect url
This commit is contained in:
parent
892c95ef57
commit
ab77433128
4
Makefile
4
Makefile
@ -307,8 +307,8 @@ docs:
|
||||
mkdir -p api-docs/c
|
||||
cp -R target/doc api-docs/rust
|
||||
cp -R lib/runtime-c-api/doc/html api-docs/c/runtime-c-api
|
||||
echo '<meta http-equiv="refresh" content="0; url=rust/wasmer_runtime/index.html#test1">' > api-docs/index.html
|
||||
echo '<meta http-equiv="refresh" content="0; url=wasmer_runtime/index.html#test1">' > api-docs/rust/index.html
|
||||
echo '<meta http-equiv="refresh" content="0; url=rust/wasmer_runtime/index.html">' > api-docs/index.html
|
||||
echo '<meta http-equiv="refresh" content="0; url=wasmer_runtime/index.html">' > api-docs/rust/index.html
|
||||
|
||||
docs-publish:
|
||||
git clone -b "gh-pages" --depth=1 https://wasmerbot:${GITHUB_DOCS_TOKEN}@github.com/wasmerio/wasmer.git api-docs-repo
|
||||
|
Loading…
x
Reference in New Issue
Block a user