Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Nov 26, 2023
1 parent d972b49 commit 2b03a7c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: latest
- name: Install Tailwind and compile the stylesheet
run: |
npm i --no-package-lock
npm run build
- name: Install TailwindCSS
run: npm i --no-package-lock
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 2b03a7c

Please sign in to comment.