mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
Update demo.yml
This commit is contained in:
parent
139d64a38b
commit
acc70ac187
1 changed files with 1 additions and 1 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue