From 0a8365e3bca02ca32e85ae2c49d95140905d26b6 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 4 Sep 2021 08:45:06 +1000 Subject: [PATCH] Fix for clip.html --- .github/workflows/html.yaml | 2 +- InvenTree/templates/clip.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/html.yaml b/.github/workflows/html.yaml index 7f71930ba6..908f81b21c 100644 --- a/.github/workflows/html.yaml +++ b/.github/workflows/html.yaml @@ -13,7 +13,7 @@ on: jobs: - javascript: + html: runs-on: ubuntu-latest env: diff --git a/InvenTree/templates/clip.html b/InvenTree/templates/clip.html index d4232b02b4..b0edff2fb3 100644 --- a/InvenTree/templates/clip.html +++ b/InvenTree/templates/clip.html @@ -1,5 +1,5 @@ {% load i18n %} - + \ No newline at end of file