File tree 3 files changed +15
-2
lines changed
docs/sphinx/source/non-tutorials
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name: Deploy GitHub Pages
3
3
on :
4
4
push :
5
5
branches :
6
- - 2Aug2023
6
+ - main
7
+ pull_request :
8
+ branches :
9
+ - main
7
10
jobs :
8
11
deploy :
9
12
runs-on : ubuntu-20.04
42
45
cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html
43
46
- name : Deploy
44
47
uses : peaceiris/actions-gh-pages@v3
45
- if : ${{ github.ref == 'refs/heads/2Aug2023 ' }}
48
+ if : ${{ github.ref == 'refs/heads/main ' }}
46
49
with :
47
50
context : .
48
51
github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ repository named [lammpstutorials-inputs](https://github.com/lammpstutorials/lam
15
15
16
16
The tutorials are compatible with the XXXX2024 release of LAMMPS.
17
17
18
+ An article is currently is preparation and is [ visible here] ( https://github.com/lammpstutorials/lammpstutorials-article ) .
19
+
18
20
## About LAMMPS tutorials
19
21
20
22
The LAMMPStutorials website is made of seven tutorials that are ordered by increasing difficulty.
Original file line number Diff line number Diff line change
1
+ If you find these tutorials useful for your research or simulations, you can
2
+ cite: A Set of Tutorials for the LAMMPS Simulation Package by Simon Gravelle,
3
+ Jacob R. Gissinger, and Axel Kohlmeyer (2025) :cite: `gravelle2025tutorials `. You
4
+ can access the full paper on |gravelle2025tutorials_arXiv |.
5
+
6
+ .. |gravelle2025tutorials_arXiv | raw :: html
7
+
8
+ <a href="https://doi.org/10.48550/arXiv.2503.14020" target="_blank">arXiv</a>
You can’t perform that action at this time.
0 commit comments