We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b0df1 commit e5d8505Copy full SHA for e5d8505
.github/workflows/gh-pages.yml
@@ -44,7 +44,7 @@ jobs:
44
cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html
45
- name: Deploy
46
uses: peaceiris/actions-gh-pages@v3
47
- if: ${{ github.ref == 'refs/heads/2Aug2023' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
48
with:
49
context: .
50
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments