Skip to content

Commit

Permalink
Fix CSS test
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Mar 2, 2024
1 parent d8d9eb4 commit 675a0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 675a0ae

Please sign in to comment.