Skip to content

Bump fuse.js from 3.6.1 to 7.0.0 in /theme (#682) #98

Bump fuse.js from 3.6.1 to 7.0.0 in /theme (#682)

Bump fuse.js from 3.6.1 to 7.0.0 in /theme (#682) #98

Workflow file for this run

name: Deploy to production
on:
push:
branches:
- main
permissions:
contents: read
pages: write
id-token: write
jobs:
build_deploy:
name: Build and deploy
uses: primer/.github/.github/workflows/deploy.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
node_version: 18
install: npm ci
build: npm run build
output_dir: docs/public