Skip to content

Commit

Permalink
chore: update sync doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
chongqiangchen committed Jun 1, 2024
1 parent b83fd77 commit e7d03f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync-tutorials-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y jq
- name: Debug Path
run: ls -al frontend/scripts/sync
run: ls -al scripts/sync

- name: Run Sync Script
working-directory: frontend/scripts/sync
working-directory: scripts/sync
run: |
chmod +x sync.sh
./sync.sh
Expand Down

0 comments on commit e7d03f6

Please sign in to comment.