Skip to content

docs(edited node whitelisting warning): edited node whitelisting warning #402

docs(edited node whitelisting warning): edited node whitelisting warning

docs(edited node whitelisting warning): edited node whitelisting warning #402

Workflow file for this run

name: Build and Deploy Docs Beta Branch
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: true # disable the workflow temporarily
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Install and Build 🔧 # This will create version inside the 'build' folder.
run: |
yarn install
yarn build
- name: Deploy to Beta Branch 🚀
uses: JamesIves/[email protected]
with:
branch: beta-build # The branch the action should deploy to.
folder: build