Update demo.yml

This commit is contained in:
sur.la.route 2022-12-19 08:23:15 -06:00 committed by GitHub
parent 139d64a38b
commit acc70ac187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |