Update demo.yml

This commit is contained in:
sur.la.route 2022-12-16 15:58:59 -06:00 committed by GitHub
parent a41cf397ab
commit 3f9763f63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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