From 80a7a6048fe4aa1408129d01dad3de493cf0612e Mon Sep 17 00:00:00 2001 From: Ivan Chernyshov Date: Wed, 25 Sep 2024 02:04:58 +0300 Subject: [PATCH] Changes dev branch to main in docs gh-pages recipe --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index af95e66..118a9e4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -21,7 +21,7 @@ jobs: make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev' }} + if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}