Skip to content

Commit a070ecc

Browse files
committed
fix
1 parent 7beadde commit a070ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Fetch /docs page
2525
run: |
26-
docker-compose exec backend curl http://0.0.0.0:8000/api/docs -o index.html
26+
curl http://0.0.0.0:8000/api/docs -o index.html
2727
2828
- name: Commit index.html
2929
run: |

0 commit comments

Comments
 (0)