File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 38
38
make clean
39
39
make html
40
40
cp source/index_replace.html build/html/index.html
41
+ cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html
41
42
- name : Deploy
42
43
uses : peaceiris/actions-gh-pages@v3
43
44
if : ${{ github.ref == 'refs/heads/version2.0' }}
Original file line number Diff line number Diff line change 12
12
< noscript >
13
13
< link rel ="stylesheet " href ="assets/css/noscript.css " />
14
14
</ 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 >
23
15
</ head >
24
16
< body class ="is-preload ">
25
17
< div id ="wrapper ">
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments