diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 149b1652cc..a2b3bfa17a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,25 +107,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - # TODO remove comment after public repo - # Deployment job - # deploy: - # name: Deployment to GitHub pages - # if: github.ref == 'refs/heads/master' - # runs-on: ubuntu-latest - # needs: build - - # # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages - # permissions: - # pages: write - # id-token: write - - # environment: - # name: github-pages - # url: ${{ steps.deployment.outputs.page_url }} - - # steps: - # - name: Deploy to GitHub Pages - # id: deployment - # uses: actions/deploy-pages@v1