We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3debe83 commit cf69668Copy full SHA for cf69668
.github/workflows/preview.yml
@@ -50,7 +50,9 @@ jobs:
50
- name: Build documentation
51
env:
52
PR_NUMBER: ${{ github.event.pull_request.number }}
53
- run: ./docs-builder --strict --path-prefix "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
+ run: |
54
+ chmod +x ./docs-builder
55
+ ./docs-builder --strict --path-prefix "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
56
57
- uses: ./.github/actions/aws-auth
58
0 commit comments