-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-format for hugo docs #5489
base: main
Are you sure you want to change the base?
Re-format for hugo docs #5489
Changes from all commits
e0b7345
35dc983
309851d
fbf68a8
6b125c0
8676991
235dc36
9ff8037
627cf56
7ba51dc
6539a3e
b5f9349
7dbf19f
e0234ad
84ed8e5
affe782
8939f45
a58d801
aa3a75b
38d12af
b2c8c0f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Notify docs update | |
on: | ||
push: | ||
branches: | ||
- main | ||
- hugo-docs | ||
paths: | ||
- 'docs/**.md' | ||
|
||
|
@@ -13,4 +13,4 @@ jobs: | |
steps: | ||
- name: Send dispatch event | ||
run: | | ||
curl -XPOST -u "${{ secrets.PAT_USERNAME }}:${{ secrets.PAT_TOKEN }}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/brimdata/zed-docs-site/dispatches --data '{"event_type":"zed-docs-update"}' | ||
curl -XPOST -u "${{ secrets.PAT_USERNAME }}:${{ secrets.PAT_TOKEN }}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/brimdata/superdb-website/dispatches --data '{"event_type":"super-docs-update", "client_payload": {"commit_sha": "${{ github.sha }}"}}' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For now I've just got this rigged up to send the commits on this |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure we change this back to
main
when we merge.