Skip to content

Bump tailwindcss from 4.1.8 to 4.1.10 #270

Bump tailwindcss from 4.1.8 to 4.1.10

Bump tailwindcss from 4.1.8 to 4.1.10 #270

Workflow file for this run

name: Build
on:
# Trigger the workflow every time you push to the `main` branch
push:
branches: [main]
pull_request:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site output
uses: withastro/action@v2