Skip to content

Commit 73983ee

Browse files
committed
ci(publish-docs.yml): fix issue where docs would not always be linked to PR
1 parent 274cd2a commit 73983ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: npm run docs:build
6868

6969
link-docs:
70-
if: github.event_name == 'workflow_call' && inputs.buildOnly == false && inputs.linkToPR == true
70+
if: inputs.buildOnly == false && inputs.linkToPR == true
7171
name: Post link to docs on PR
7272
needs: [publish-docs]
7373
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)