diff --git a/.github/workflows/deploy-docs-site.yaml b/.github/workflows/deploy-docs-site.yaml index b1785292..d3fee6cb 100644 --- a/.github/workflows/deploy-docs-site.yaml +++ b/.github/workflows/deploy-docs-site.yaml @@ -4,7 +4,6 @@ on: push: branches: - main - - docs-site-poc paths: - ".github/workflows/deploy-docs-site.yaml" - "docs/**" @@ -45,9 +44,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - if: - ${{ github.ref == 'refs/heads/main' || github.ref == - 'refs/heads/docs-site-poc' }} + if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./docs/build