Skip to content

Update docs-site.yml #2

Update docs-site.yml

Update docs-site.yml #2

Workflow file for this run

name: Docs Site CI
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm run docs-deploy