Skip to content

docs: update mock implementation url in Jest integration docs (#1126) #68

docs: update mock implementation url in Jest integration docs (#1126)

docs: update mock implementation url in Jest integration docs (#1126) #68

name: Website
on:
push:
branches:
- main
paths:
- "packages/website/**"
jobs:
deploy:
name: Deploy website
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup project
uses: ./.github/actions/setup-project
- name: Install dependencies
run: yarn
working-directory: ./packages/website
- name: Setup git user
run: setup-ci-git-user.sh
working-directory: ./.github/scripts
env:
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
GITHUB_NAME: ${{ vars.GH_BOT_NAME }}
GITHUB_EMAIL: ${{ vars.GH_BOT_EMAIL }}
- name: Deploy
env:
GIT_USER: ${{ vars.GH_BOT_NAME }}
run: yarn run deploy
working-directory: ./packages/website