Skip to content

added build snooty, and corrected name fields in action #2

added build snooty, and corrected name fields in action

added build snooty, and corrected name fields in action #2

Workflow file for this run

on:
push:
branches:
- DOP-4247-build-artifacts
name: Test Lighthouse Score
jobs:
deploy:
permissions: write-all
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Build Artifact
uses: mongodb/docs-worker-actions/build-artifact@DOP-4247-build-artifact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Snooty
run: |
npm ci --legacy-peer-deps
npm run build