Skip to content

build(deps-dev): bump jest-extended from 1.2.1 to 4.0.2 (#1818) #963

build(deps-dev): bump jest-extended from 1.2.1 to 4.0.2 (#1818)

build(deps-dev): bump jest-extended from 1.2.1 to 4.0.2 (#1818) #963

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