Skip to content

Merge remote-tracking branch 'upstream/3.x' into 3.x #174

Merge remote-tracking branch 'upstream/3.x' into 3.x

Merge remote-tracking branch 'upstream/3.x' into 3.x #174

Workflow file for this run

name: docs
on:
push:
paths:
- "docs/**"
branches:
- 3.x
# Remove default permissions of GITHUB_TOKEN for security
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
permissions: {}
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- if: ${{ github.repository_owner == 'nuxt' && github.event_name == 'push' }}
run: curl "${{ secrets.DOCS_WEBHOOK }}"