Skip to content

Commit

Permalink
ci-cd: update script call
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Oct 10, 2024
1 parent d13f0f5 commit 90bfe4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ jobs:
pip install .
# generate the ttl files
- name: generate
shell: bash {0}
run: |
bash scripts/generate.sh
sh scripts/generate.sh
deploy_to_server:
runs-on: ubuntu-latest
Expand All @@ -56,6 +57,6 @@ jobs:
user: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
local: 'sentier_vocab/output/'
local: 'sentier_vocab/output/*'
remote: sentier_vocab
scp_options: -r

0 comments on commit 90bfe4f

Please sign in to comment.