-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #364 from holaplex/dev
Release refactors and updated doc triggers.
- Loading branch information
Showing
29 changed files
with
779 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,23 @@ name: Send event to rebuild docs | |
|
||
on: | ||
push: | ||
branches: [dev, master] | ||
branches: [master] | ||
|
||
jobs: | ||
dispatch: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Dispatch event to docs repo | ||
uses: peter-evans/repository-dispatch@v2 | ||
with: | ||
- name: Wait for prod deploy to succeed | ||
uses: lewagon/[email protected] | ||
with: | ||
ref: master | ||
check-name: GraphQL server | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
wait-interval: 20 | ||
- name: Dispatch event to docs repo | ||
uses: peter-evans/repository-dispatch@v2 | ||
with: | ||
token: ${{ secrets.DOCS_REPO_ACCESS_TOKEN }} | ||
repository: holaplex/marketplace-api-docs | ||
event-type: api_update | ||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/target | ||
.env.local | ||
.DS_Store | ||
.DS_Store |
Oops, something went wrong.