Skip to content

chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1155) #320

chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1155)

chore(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 (#1155) #320

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