Skip to content

Commit 99363fd

Browse files
authored
Use the new make target for installing tailwind.
1 parent 1d5ac33 commit 99363fd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
3333
- name: Install TailwindCSS
3434
run:
35-
npm install
36-
npm install yarn
37-
yarn add tailwindcss@latest @tailwindcss/typography preline@latest
35+
make cicd-tailwind-install
3836
- name: Setup Pages
3937
id: pages
4038
uses: actions/configure-pages@v3

0 commit comments

Comments
 (0)