We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521b8e3 commit e496d9dCopy full SHA for e496d9d
.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: Deploy GitHub Pages
3
on:
4
push:
5
branches:
6
- - main
+ - 2Aug2023
7
jobs:
8
deploy:
9
runs-on: ubuntu-20.04
@@ -41,7 +41,7 @@ jobs:
41
cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html
42
- name: Deploy
43
uses: peaceiris/actions-gh-pages@v3
44
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/2Aug2023' }}
45
with:
46
context: .
47
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments