We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16111d commit f64b764Copy full SHA for f64b764
.github/workflows/build-deploy-doc.yml
@@ -56,6 +56,7 @@ jobs:
56
command: pages deploy --project-name=documentation dist/
57
58
- name: Comment with preview URL
59
+ if: github.event_name == 'pull_request'
60
uses: actions/github-script@v7
61
with:
62
script: |
0 commit comments