Skip to content

Commit e496d9d

Browse files
Update gh-pages.yml
1 parent 521b8e3 commit e496d9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy GitHub Pages
33
on:
44
push:
55
branches:
6-
- main
6+
- 2Aug2023
77
jobs:
88
deploy:
99
runs-on: ubuntu-20.04
@@ -41,7 +41,7 @@ jobs:
4141
cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html
4242
- name: Deploy
4343
uses: peaceiris/actions-gh-pages@v3
44-
if: ${{ github.ref == 'refs/heads/main' }}
44+
if: ${{ github.ref == 'refs/heads/2Aug2023' }}
4545
with:
4646
context: .
4747
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)