diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 247d0c85b..860cc22ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,8 +26,8 @@ jobs: run: pip install -r docs/requirements.txt - name: Build documentation run: mkdocs build + deploy: - if: github.event_name == 'push' && contains(fromJson('["refs/heads/master", "refs/heads/main"]'), github.ref) needs: build name: Deploy docs runs-on: ubuntu-latest