Skip to content

Commit fd29ea4

Browse files
Update deploy.yml
1 parent 27f2577 commit fd29ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Run tests
16-
run: ./tests/run_tests.sh
16+
run: chmod +x ./tests/run_tests.sh # This ensures the script has execute permissions
1717
continue-on-error: false # This ensures deployment is skipped if tests fail
1818

1919
- name: Build with Jekyll

0 commit comments

Comments
 (0)