Skip to content

docs: add note about bun publish respecting NPM_CONFIG_TOKEN (#17975) #432

docs: add note about bun publish respecting NPM_CONFIG_TOKEN (#17975)

docs: add note about bun publish respecting NPM_CONFIG_TOKEN (#17975) #432

Workflow file for this run

name: Docs
on:
push:
paths:
- "docs/**"
- "CONTRIBUTING.md"
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'oven-sh' }}
steps:
# redeploy Vercel site when a file in `docs` changes
# using VERCEL_DEPLOY_HOOK environment variable
- name: Trigger Webhook
run: |
curl -v ${{ secrets.VERCEL_DEPLOY_HOOK }}