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