File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3939 - name : Copy gephi lite files
4040 run : cp -rf packages/gephi-lite/build/* website/v${{ env.PACKAGE_VERSION }}
4141
42+ - name : Copy CNAME files
43+ run : cp CNAME website/CNAME
44+
4245 - name : Create index page with redirection
4346 run : |
4447 cat <<EOF > website/index.html
@@ -47,15 +50,15 @@ jobs:
4750 <head>
4851 <meta charset="UTF-8">
4952 <noscript>
50- <meta http-equiv="refresh" content="0; url=https://gephi.org/gephi-lite /v${{ env.PACKAGE_VERSION }}/">
53+ <meta http-equiv="refresh" content="0; url=https://lite. gephi.org/v${{ env.PACKAGE_VERSION }}/">
5154 </noscript>
5255 <script type="text/javascript">
53- window.location.href = "https://gephi.org/gephi-lite /v${{ env.PACKAGE_VERSION }}/" + (window.location.search || '') + (window.location.hash || '')
56+ window.location.href = "https://lite. gephi.org/v${{ env.PACKAGE_VERSION }}/" + (window.location.search || '') + (window.location.hash || '')
5457 </script>
5558 <title>Page Redirection</title>
5659 </head>
5760 <body>
58- If you are not redirected automatically, follow this <a href='https://gephi.org/gephi-lite /v${{ env.PACKAGE_VERSION }}/'>link</a>.
61+ If you are not redirected automatically, follow this <a href='https://lite. gephi.org/v${{ env.PACKAGE_VERSION }}/'>link</a>.
5962 </body>
6063 </html>
6164 EOF
Original file line number Diff line number Diff line change 1+ lite.gephi.org
You can’t perform that action at this time.
0 commit comments