We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467f862 commit b8df66bCopy full SHA for b8df66b
.github/workflows/gh-pages.yml
@@ -36,7 +36,8 @@ jobs:
36
cd docs/sphinx/
37
make clean
38
make html
39
- # cp source/index_replace.html build/html/index.html
+ cp source/index_replace.html build/html/index.html
40
+ cp source/lammps_replace.html build/html/non-tutorials/lammps.html
41
- name: Deploy
42
uses: peaceiris/actions-gh-pages@v4
43
if: ${{ github.ref == 'refs/heads/main' }}
0 commit comments