Skip to content

build(deps): bump tailwindcss from 1.9.6 to 4.0.5 #219

build(deps): bump tailwindcss from 1.9.6 to 4.0.5

build(deps): bump tailwindcss from 1.9.6 to 4.0.5 #219

Workflow file for this run

name: Publish website
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install deps
run: npm i
- name: deployment
run: ./runok.js publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}