Skip to content

Bump @tailwindcss/typography from 0.5.9 to 0.5.10 #446

Bump @tailwindcss/typography from 0.5.9 to 0.5.10

Bump @tailwindcss/typography from 0.5.9 to 0.5.10 #446

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/[email protected]
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build
- uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs