Skip to content

Commit

Permalink
added develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Jun 26, 2024
1 parent fbf6830 commit c91a587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy GitHub Pages
on:
push:
branches:
- main # Set a branch name to trigger deployment
- develop # Set a branch name to trigger deployment
jobs:
deploy:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
cp source/lammps_replace.html build/html/non-tutorials/lammps.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/develop' }}
with:
context: .
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c91a587

Please sign in to comment.