Skip to content

Commit e6c70b8

Browse files
committed
solved merge conflict
2 parents 06ec6a4 + ee69c4c commit e6c70b8

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.github/workflows/gh-pages.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Deploy GitHub Pages
33
on:
44
push:
55
branches:
6-
- 2Aug2023
6+
- main
7+
pull_request:
8+
branches:
9+
- main
710
jobs:
811
deploy:
912
runs-on: ubuntu-20.04
@@ -42,7 +45,7 @@ jobs:
4245
cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html
4346
- name: Deploy
4447
uses: peaceiris/actions-gh-pages@v3
45-
if: ${{ github.ref == 'refs/heads/2Aug2023' }}
48+
if: ${{ github.ref == 'refs/heads/main' }}
4649
with:
4750
context: .
4851
github_token: ${{ secrets.GITHUB_TOKEN }}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ repository named [lammpstutorials-inputs](https://github.com/lammpstutorials/lam
1515

1616
The tutorials are compatible with the XXXX2024 release of LAMMPS.
1717

18+
An article is currently is preparation and is [visible here](https://github.com/lammpstutorials/lammpstutorials-article).
19+
1820
## About LAMMPS tutorials
1921

2022
The LAMMPStutorials website is made of seven tutorials that are ordered by increasing difficulty.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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>

0 commit comments

Comments
 (0)