Skip to content

docs(logo rebrand from breadcrumbs to valt"): logo rebrand from bread… #448

docs(logo rebrand from breadcrumbs to valt"): logo rebrand from bread…

docs(logo rebrand from breadcrumbs to valt"): logo rebrand from bread… #448

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/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
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