Skip to content

Commit b8df66b

Browse files
committed
fix redirect
1 parent 467f862 commit b8df66b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-pages.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
cd docs/sphinx/
3737
make clean
3838
make html
39-
# cp source/index_replace.html build/html/index.html
39+
cp source/index_replace.html build/html/index.html
40+
cp source/lammps_replace.html build/html/non-tutorials/lammps.html
4041
- name: Deploy
4142
uses: peaceiris/actions-gh-pages@v4
4243
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)