8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22cf79 commit 4eedbcaCopy full SHA for 4eedbca
.github/workflows/notify-nuxt-website.yml
@@ -1,5 +1,6 @@
1
name: notify-nuxt-website
2
on:
3
+ workflow_dispatch:
4
push:
5
branches:
6
- 3.x
@@ -11,15 +12,7 @@ permissions: {}
11
12
13
jobs:
14
notify:
- strategy:
15
- matrix:
16
- repo: ["nuxt/nuxt.com"]
17
runs-on: ubuntu-latest
18
steps:
19
- name: trigger nuxt website deployment
20
- uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1
21
- with:
22
- token: ${{ secrets.NUXT_WEBSITE_GITHUB_TOKEN }}
23
- repository: ${{ matrix.repo }}
24
- event-type: docs-updated
25
- client-payload: '{"url": "${{ github.event.pull_request.html_url }}"}'
+ run: curl "${{ secrets.NUXT_WEBSITE_WEBHOOK_URL }}"
0 commit comments