Skip to content

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3… #707

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3…

chore(deps-dev): bump prettier-plugin-tailwindcss from 0.5.2 to 0.5.3… #707

Workflow file for this run

name: Deployment CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run generate
env:
BASE_URL: /diffr/
- uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages
folder: dist