From d9caea281fb2663c85c3123ca8b91e2bfee5350d Mon Sep 17 00:00:00 2001 From: Andrew Ealovega Date: Thu, 4 Jan 2024 00:06:55 -0500 Subject: [PATCH] Fix it I think for real --- .github/workflows/gh-pages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6ab2a3f..7505266 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,14 +3,13 @@ name: github pages on: push: branches: + - main - book pull_request: jobs: deploy: runs-on: ubuntu-20.04 - concurrency: - group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v2 @@ -23,7 +22,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book/book \ No newline at end of file