From e33fc636149a7db8e785bf86196e1bb78b971aca Mon Sep 17 00:00:00 2001 From: Michael Cousins Date: Tue, 14 Jan 2025 13:06:12 -0500 Subject: [PATCH] CI: remove `deploy-pages` job so CI does not fail (#617) --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84fb91c3..cded0438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,21 +90,3 @@ jobs: run: pnpm publish -r --ignore-scripts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - deploy-pages: - if: ${{ github.repository == 'viamrobotics/prime' && github.event_name == 'push' && github.ref == 'refs/heads/main' }} - needs: build - runs-on: ubuntu-latest - - 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@v4