Skip to content

build(deps): bump reselect from 4.0.0 to 5.1.0 (#1821) #965

build(deps): bump reselect from 4.0.0 to 5.1.0 (#1821)

build(deps): bump reselect from 4.0.0 to 5.1.0 (#1821) #965

Workflow file for this run

name: Docs
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
# If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
persist-credentials: false
- name: Install npm dependencies 🛠
run: yarn
- name: Build 🔧
run: yarn docs
- name: NoJekyll 🎃
run: touch docs/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs