Skip to content

chore(deps): update emotion monorepo to v11.13.5 (patch) (#907) #770

chore(deps): update emotion monorepo to v11.13.5 (patch) (#907)

chore(deps): update emotion monorepo to v11.13.5 (patch) (#907) #770

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn deploy
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./out
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"