Skip to content

publish as 47bot

publish as 47bot #7

Workflow file for this run

name: Build and Deploy Docs
on:
push:
branches: [ 'main' ]
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- uses: actions/setup-node@v2
with:
node-version: 19.x
cache: npm
cache-dependency-path: package-lock.json
- name: Install and Build 🔧
run: |
npm install
git config --global user.email "[email protected]"
git config --global user.name "fortysevenbot"
npm run deploy