Skip to content

Commit 116e2ff

Browse files
Update gh-pages.yml
1 parent c91a587 commit 116e2ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy GitHub Pages
33
on:
44
push:
55
branches:
6-
- develop # Set a branch name to trigger deployment
6+
- 2024.2 # Set a branch name to trigger deployment
77
jobs:
88
deploy:
99
runs-on: ubuntu-22.04
@@ -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/develop' }}
43+
if: ${{ github.ref == 'refs/heads/2024.2' }}
4444
with:
4545
context: .
4646
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)