Skip to content

Commit cf69668

Browse files
committed
fix
1 parent 3debe83 commit cf69668

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ jobs:
5050
- name: Build documentation
5151
env:
5252
PR_NUMBER: ${{ github.event.pull_request.number }}
53-
run: ./docs-builder --strict --path-prefix "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
53+
run: |
54+
chmod +x ./docs-builder
55+
./docs-builder --strict --path-prefix "/${GITHUB_REPOSITORY}/pull/${PR_NUMBER}"
5456
5557
- uses: ./.github/actions/aws-auth
5658

0 commit comments

Comments
 (0)