Skip to content

Commit d9b1965

Browse files
committed
fix path
1 parent e9e069a commit d9b1965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
-v ./src:/app \
3535
-v ./pdf:/app/pdf \
3636
$(docker build ./src) \
37-
bash test/example.sh
37+
bash /app/test/example.sh
3838
3939
- name: Log in to the Container registry
4040
uses: docker/[email protected]

0 commit comments

Comments
 (0)