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