Skip to content

Commit

Permalink
[DOCS] Skip docs deploy on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Apr 22, 2024
1 parent 87b9485 commit b44ce46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: mkdocs build
- run: git fetch origin website --depth=1
- name: Deploy the doc to the website branch
if: ${{ github.event_name != 'pull_request' }}
if: github.repository == 'apache/sedona'
run: mike deploy latest-snapshot -b website -p
- run: mkdir staging
- run: cp -r site/* staging/
Expand Down

0 comments on commit b44ce46

Please sign in to comment.