Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Jun 28, 2024
1 parent c91a587 commit 116e2ff
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:
- develop # Set a branch name to trigger deployment
- 2024.2 # 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/develop' }}
if: ${{ github.ref == 'refs/heads/2024.2' }}
with:
context: .
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 116e2ff

Please sign in to comment.