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 02f11a2 commit 565ca7bCopy full SHA for 565ca7b
1 file changed
.github/workflows/release.yaml
@@ -10,15 +10,15 @@ permissions:
10
pull-requests: write
11
12
jobs:
13
- checksum_file:
+ post-updates:
14
runs-on: ubuntu-24.04
15
steps:
16
- - name: Repository Dispatch
+ - name: Dispatch docs update event
17
uses: peter-evans/repository-dispatch@v4
18
with:
19
token: ${{ secrets.DOCS_TOKEN }}
20
repository: static-web-server/docs
21
- event-type: event-docs-v2-install
+ event-type: event-docs-v2-update
22
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
23
24
# checksum_file:
0 commit comments