Skip to content

chore(deps-dev): bump stylelint-prettier from 4.0.2 to 4.1.0 (#1157) #322

chore(deps-dev): bump stylelint-prettier from 4.0.2 to 4.1.0 (#1157)

chore(deps-dev): bump stylelint-prettier from 4.0.2 to 4.1.0 (#1157) #322

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
concurrency:
group: deploy
cancel-in-progress: true
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
# https://github.com/embroider-build/embroider/issues/1532
env:
UV_USE_IO_URING: 0
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18
- name: Generate docs
run: pnpm build
- name: Deploy to GH pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist