We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b0df1 + e5d8505 commit 85c8f8cCopy full SHA for 85c8f8c
.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