Add missing spec exports (#192) #32
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: 'Merge to main' | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: {} | |
jobs: | |
build-docs: | |
name: Build sdk-docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup | |
uses: ./.github/actions/setup | |
- name: Build docs | |
uses: ./.github/actions/build-docs | |
# build-and-publish-docs: | |
# name: Build and publish docs to sdk-docs | |
# uses: ./.github/workflows/build-and-publish-docs.yml | |
# secrets: inherit |