Skip to content

Commit

Permalink
Use normal commands for tailwind updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jo Vandeginste <Jo.Vandeginste@kuleuven.be>
  • Loading branch information
jovandeginste committed Feb 20, 2024
1 parent 3f65151 commit b46ba55
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/go-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: update tailwindcss
uses: ZoeyVid/tailwindcss-update@main
with:
input: ./main.css
output: ./assets/output.css
params: "--minify"

- name: Install dependencies
run: make install-deps

- name: Build Tailwind CSS output
run: make build-tw

- uses: wangyoucao577/go-release-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b46ba55

Please sign in to comment.