Skip to content

Commit

Permalink
update CICD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace committed Jul 24, 2024
1 parent d3d5264 commit 04b4f70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
deploy_env: ${{ steps.poetry-build.outputs.deploy_env }}
version: ${{ steps.poetry-build.outputs.the_version }}
pyproject_name: ${{ steps.poetry-build.outputs.pyproject_name }}
docs_artifact_id: ${{ steps.docs.outputs.artifact_id }}
steps:
- uses: getsentry/action-github-app-token@v3
name: podaac cicd token
Expand Down Expand Up @@ -251,8 +250,6 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: ${{ needs.build.outputs.docs_artifact_id }}

publish-umms:
name: Publish UMM-S
Expand Down

0 comments on commit 04b4f70

Please sign in to comment.