From acc70ac1870e9a67659f261463fba4412f1332a6 Mon Sep 17 00:00:00 2001 From: "sur.la.route" <17788706+christopherpickering@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:23:15 -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 60a5ef6..6b7caa0 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -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: |