diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 60a5ef6..6b7caa0 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -30,7 +30,7 @@ jobs: mkdir django_raw; mkdir django_source; mkdir django_djlint cd django_raw; git clone --depth 1 https://github.com/django/django .; cd .. find django_raw -iname '*.html*' -exec mv '{}' django_source/ \; - cp -r -a django_source/ django_djlint + cp -r -a django_source/* django_djlint/ - name: format run: |