From 675a0aef9cbde57226ffcb85d3ba97ae686de374 Mon Sep 17 00:00:00 2001 From: Apollo3zehn Date: Sat, 2 Mar 2024 22:52:58 +0100 Subject: [PATCH] Fix CSS test --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index aa6f6d08..9dea8b05 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -76,7 +76,7 @@ jobs: - name: CSS run: | - npx tailwindcss -i src/Nexus.UI/Styles/app.css -o app_new.css + npx tailwindcss -i src/Nexus/Styles/app.css -o app_new.css diff src/Nexus.UI/wwwroot/css/app.css app_new.css - name: API