|
|
|
@ -7,12 +7,11 @@ on:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
- site/content/**
|
|
|
|
- site/content/**
|
|
|
|
|
|
|
|
|
|
|
|
permissions: {}
|
|
|
|
permissions:
|
|
|
|
|
|
|
|
contents: read
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
release:
|
|
|
|
release:
|
|
|
|
permissions:
|
|
|
|
|
|
|
|
metadata: read # (getsentry/action-github-app-token)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name: Deploy docs
|
|
|
|
name: Deploy docs
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
@ -29,4 +28,4 @@ jobs:
|
|
|
|
repo: 'svelte'
|
|
|
|
repo: 'svelte'
|
|
|
|
branch: 'master'
|
|
|
|
branch: 'master'
|
|
|
|
docs_path: 'site/content'
|
|
|
|
docs_path: 'site/content'
|
|
|
|
token: ${{ steps.github-app.outputs.token }}
|
|
|
|
token: ${{ steps.github-app.outputs.token }}
|
|
|
|
|