Skip to content

Commit ffcf46c

Browse files
authored
Fixing GHA workflow for syncing (#27)
Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent 413a8a2 commit ffcf46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
GUIDEBOOK_API_TOKEN: ${{ secrets.GUIDEBOOK_API_TOKEN }}
2828
GUIDEBOOK_JWT_TOKEN: ${{ secrets.GUIDEBOOK_JWT_TOKEN }}
2929
run: |
30-
python ./guidebook_sync/sync_guidebook.py
30+
python ./guidebook/sync_guidebook.py

0 commit comments

Comments
 (0)