docs(web): fold the specification relation into the existing model pages #13
This file contains hidden or 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: release | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| code: | |
| uses: cyberuni/.github/.github/workflows/pnpm-verify.yml@main | |
| with: | |
| os: '["ubuntu-latest"]' | |
| skip-playwright: true | |
| # Secretless: GITHUB_TOKEN for the version PR, npm trusted publishing (OIDC) to | |
| # publish. No CI_GITHUB_TOKEN or NPM_TOKEN, so nothing to rotate or silently expire. | |
| # The trusted publisher registered at npmjs.com must name THIS file (release.yml), | |
| # not the reusable workflow it calls. | |
| release: | |
| uses: cyberuni/.github/.github/workflows/pnpm-release-changeset-oidc.yml@main | |
| needs: code | |
| permissions: | |
| id-token: write | |
| contents: write | |
| pull-requests: write |