From 6ef18e5119ab07fff6ac5b5670fdc2d42b2ac336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 11 Sep 2022 20:55:34 +0100 Subject: [PATCH] Update docs-gh-pages.yml --- .github/workflows/docs-gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs-gh-pages.yml b/.github/workflows/docs-gh-pages.yml index 1a7ab62f..481e17f8 100644 --- a/.github/workflows/docs-gh-pages.yml +++ b/.github/workflows/docs-gh-pages.yml @@ -25,11 +25,11 @@ jobs: - name: Build working-directory: ./exampleSite - run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://nunocoracao.github.io/blowfish/ + run: hugo --minify --themesDir ../.. --baseURL https://nunocoracao.github.io/blowfish/ - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/stable' }} + if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages