Skip to content

Commit

Permalink
CI: remove deploy-pages job so CI does not fail (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Jan 14, 2025
1 parent 2c8cd1d commit e33fc63
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e33fc63

Please sign in to comment.