File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
docs/sphinx/source/non-tutorials Expand file tree Collapse file tree 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
33on :
44 push :
55 branches :
6- - 2Aug2023
6+ - main
7+ pull_request :
8+ branches :
9+ - main
710jobs :
811 deploy :
912 runs-on : ubuntu-20.04
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 }}
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ repository named [lammpstutorials-inputs](https://github.com/lammpstutorials/lam
1515
1616The 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
2022The 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