We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91a587 commit 116e2ffCopy full SHA for 116e2ff
1 file changed
.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: Deploy GitHub Pages
3
on:
4
push:
5
branches:
6
- - develop # Set a branch name to trigger deployment
+ - 2024.2 # Set a branch name to trigger deployment
7
jobs:
8
deploy:
9
runs-on: ubuntu-22.04
@@ -40,7 +40,7 @@ jobs:
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/develop' }}
+ if: ${{ github.ref == 'refs/heads/2024.2' }}
44
with:
45
context: .
46
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments