diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 3afa10333..92b26f179 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -38,7 +38,7 @@ jobs: run: touch .nojekyll # This action moves the content of `generated_docs` to the `deploy-doc-site` branch - name: Deploy docs - if: ${{ github.ref == 'refs/heads/main' }} + if: ${{ github.ref == 'refs/heads/embedded-compiler-explorer' }} uses: JamesIves/github-pages-deploy-action@v4 with: branch: deploy-doc-site