Skip to content

Commit

Permalink
ci: remove preview step (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Sep 10, 2024
1 parent acd8325 commit 5d4b276
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,3 @@ jobs:
if: github.ref == 'refs/heads/main'
id: deployment
uses: actions/deploy-pages@v4

- name: Deploy Pull Request Preview
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v2
with:
name: pr-preview-${{ github.event.number }}
path: ./docs/site/

0 comments on commit 5d4b276

Please sign in to comment.