Skip to content

fix(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#212) #128

fix(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#212)

fix(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0 (#212) #128

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›Ž
uses: actions/checkout@v4
- name: Setup node env πŸ—
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: yarn install --frozen-lockfile
- name: Run linter πŸ‘€
run: yarn lint
- name: Run tests πŸ§ͺ
run: yarn test
- run: yarn build
- name: Deploy
uses: peaceiris/[email protected]
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_branch: gh-pages
publish_dir: ./.output/public