Skip to content

build(deps-dev): bump lint-staged from 14.0.0 to 14.0.1 (#300) #289

build(deps-dev): bump lint-staged from 14.0.0 to 14.0.1 (#300)

build(deps-dev): bump lint-staged from 14.0.0 to 14.0.1 (#300) #289

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/workflow-test.yml
build:
uses: ./.github/workflows/workflow-build.yml
deploy:
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Download build
uses: actions/download-artifact@v3
with:
name: build
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .