Skip to content

Commit 32a3268

Browse files
committed
fix gh page
1 parent 7938c9e commit 32a3268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cp source/lammps_replace.html build/html/non-tutorials/lammps.html
4141
- name: Deploy
4242
uses: peaceiris/actions-gh-pages@v4
43-
if: ${{ github.ref == 'refs/heads/2024.2' }}
43+
if: ${{ github.ref == 'refs/heads/main' }}
4444
with:
4545
context: .
4646
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)