From e5d8505ea4ee974d42cddf02e5c2aa5a98a7abfb Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Sun, 15 Sep 2024 16:30:43 +0200 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2a9ecac7..1b279b84 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -44,7 +44,7 @@ jobs: cp source/gromacs_replace.html build/html/miscellaneous/use-gromacs-instead.html - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/2Aug2023' }} + if: ${{ github.ref == 'refs/heads/main' }} with: context: . github_token: ${{ secrets.GITHUB_TOKEN }}