Skip to content

Commit 7f3e41a

Browse files
authored
Update main.yml
1 parent e52313d commit 7f3e41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: knipknap/django-collectstatic@master
1818
with:
1919
requirements: example/requirements.txt
20-
manage_py_dir: example/
21-
static_dir: example/static/
20+
manage_py_dir: example
21+
static_dir: example/static
2222

2323
- name: Show result
2424
run: cat example/static/test.js

0 commit comments

Comments
 (0)