diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 73e26f8..e493a7a 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -27,7 +27,7 @@ jobs: - name: get source run: | - mkdir django_raw, django_source, django_djlint + 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