Skip to content

Commit 39bea30

Browse files
committed
update index
1 parent 4bc0f92 commit 39bea30

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
make clean
3939
make html
4040
cp source/index_replace.html build/html/index.html
41+
cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html
4142
- name: Deploy
4243
uses: peaceiris/actions-gh-pages@v3
4344
if: ${{ github.ref == 'refs/heads/version2.0' }}

docs/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
<noscript>
1313
<link rel="stylesheet" href="assets/css/noscript.css" />
1414
</noscript>
15-
<!-- Global site tag (gtag.js) - Google Analytics -->
16-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W1WGEC5GQ8"></script>
17-
<script>
18-
window.dataLayer = window.dataLayer || [];
19-
function gtag(){dataLayer.push(arguments);}
20-
gtag('js', new Date());
21-
gtag('config', 'G-W1WGEC5GQ8');
22-
</script>
2315
</head>
2416
<body class="is-preload">
2517
<div id="wrapper">
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Use GROMACS instead</title>
5+
<meta http-equiv = "refresh" content = "0; url = https://gromacstutorials.github.io/" />
6+
</head>
7+
<body>
8+
<p>Redirecting you to the GROMACS tutorials webpage,
9+
the companion website of LAMMPS tutorials</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)