Skip to content

Commit ec21b26

Browse files
authored
Merge pull request #27 from HIGHFIVE-SW/apirequest
Apirequest
2 parents 106dafa + 012b79e commit ec21b26

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

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

1515
- name: Set execute permissions for deploy script
16-
run: |
17-
cd ~/HIGHFIVE-AI/
18-
chmod +x deploy_script.sh
16+
run: chmod +x ${{ github.workspace }}/deploy_script.sh
1917

2018

2119
- name: Setup SSH Key

0 commit comments

Comments
 (0)