We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dab6ac commit b33f12eCopy full SHA for b33f12e
.github/workflows/ftp.yml
@@ -7,11 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
- - name: tailwindcss
11
- run: |
12
- curl -o tailwindcss -sLO https://github.com/tailwindlabs/tailwindcss/releases/latest/download/tailwindcss-linux-x64
13
- chmod +x tailwindcss
14
- ./tailwindcss -i main.css -o server/style.css --minify
15
- name: WebUI-FTP
16
uses: airvzxf/ftp-deployment-action@latest
17
with:
main.css
tailwind.config.js
0 commit comments