From 97a208214f27ec6a76b5b28118d3c37783af3b29 Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Sat, 30 Nov 2024 14:26:04 +0200 Subject: [PATCH] Fix the doc build GHA --- .github/workflows/ghpages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml index d4fc66a..f018918 100644 --- a/.github/workflows/ghpages.yml +++ b/.github/workflows/ghpages.yml @@ -2,7 +2,7 @@ name: ghpages on: push: branches: - - 'main' + - 'master' workflow_dispatch: @@ -46,4 +46,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2