From 3f9763f63ca2d79a80fbf22ea6eeb2c6c2a63405 Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Fri, 16 Dec 2022 15:58:59 -0600 Subject: [PATCH] Update demo.yml --- .github/workflows/demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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