Skip to content

Commit 565ca7b

Browse files
committed
chore: update workflow
1 parent 02f11a2 commit 565ca7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ permissions:
1010
pull-requests: write
1111

1212
jobs:
13-
checksum_file:
13+
post-updates:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- name: Repository Dispatch
16+
- name: Dispatch docs update event
1717
uses: peter-evans/repository-dispatch@v4
1818
with:
1919
token: ${{ secrets.DOCS_TOKEN }}
2020
repository: static-web-server/docs
21-
event-type: event-docs-v2-install
21+
event-type: event-docs-v2-update
2222
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
2323

2424
# checksum_file:

0 commit comments

Comments
 (0)