We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7938c9e commit 32a3268Copy full SHA for 32a3268
.github/workflows/gh-pages.yml
@@ -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/2024.2' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
44
with:
45
context: .
46
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments