Allow SPOs to reload topology configuration changes (#1112) #934
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
name: "Yarn Build" | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
name: Build documentation | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Install | |
uses: ./.github/actions/yarn-build | |
with: | |
cmd: install | |
- name: Build | |
uses: ./.github/actions/yarn-build | |
with: | |
cmd: build |