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 675a0ae commit bf95e2a
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 @@ -77,7 +77,7 @@ jobs:
- name: CSS
run: |
npx tailwindcss -i src/Nexus/Styles/app.css -o app_new.css
diff src/Nexus.UI/wwwroot/css/app.css app_new.css
diff src/Nexus/wwwroot/css/app.css app_new.css
- name: API
run: |
Expand Down

0 comments on commit bf95e2a

Please sign in to comment.