From 77d2088c33b1d7cedd96a031a96e5d7d4b94679e Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 8 Oct 2021 15:33:42 -0300 Subject: [PATCH] fix page deployment --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4d6c83bf..32613717 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -33,7 +33,7 @@ jobs: jupyter-book build jupyterbook - name: GitHub Pages action - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' uses: peaceiris/actions-gh-pages@v3.6.1 with: github_token: ${{ secrets.GITHUB_TOKEN }}