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 27f2577 commit fd29ea4Copy full SHA for fd29ea4
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
15
- name: Run tests
16
- run: ./tests/run_tests.sh
+ run: chmod +x ./tests/run_tests.sh # This ensures the script has execute permissions
17
continue-on-error: false # This ensures deployment is skipped if tests fail
18
19
- name: Build with Jekyll
0 commit comments