Added index.html multiversion file
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Redirecting to https://triton-lang.org/master/index.html</title>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="refresh" content="0; URL=https://triton-lang.org/master/index.html">
|
||||
<link rel="canonical" href="https://triton-lang.org/master/index.html">
|
||||
</head>
|
||||
|
||||
</html>
|
@@ -1,11 +0,0 @@
|
||||
rm -r /tmp/triton-docs;
|
||||
mkdir /tmp/triton-docs;
|
||||
cp -r CNAME /tmp/triton-docs/
|
||||
cp -r .nojekyll /tmp/triton-docs/
|
||||
cp -r update-website.sh /tmp/triton-docs/
|
||||
cp -r docs/_build/html/* /tmp/triton-docs/
|
||||
rm -r *
|
||||
cp -r /tmp/triton-docs/* .
|
||||
ln -s master docs
|
||||
git add .
|
||||
git commit -am "[GH-PAGES] Updated website"
|
Reference in New Issue
Block a user