Skip to content

Commit

Permalink
build: Allow builds from external contributors (#728)
Browse files Browse the repository at this point in the history
- Fix documentation build issues.
  • Loading branch information
steve-todorov committed Jul 10, 2023
1 parent f1fa773 commit ff7d3a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build docs
on:
# Build PRs
pull_request:
pull_request_target:
paths:
- 'docs/**'
- '.github/workflows/docs.yaml'
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Build docs / docs / netlify preview
owner: ${{ vars.ORIGIN_OWNER }}
state: ${{ job.status }}
sha: ${{ github.event.pull_request.head.sha || github.sha }}
target_url: ${{ steps.publish.outputs.url }}
Expand Down

0 comments on commit ff7d3a3

Please sign in to comment.