Make errors thrown by built-in Leaf tags less uselsss and confusing (… #57
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: deploy-api-docs | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| id-token: write | |
| jobs: | |
| build-and-deploy: | |
| uses: vapor/api-docs/.github/workflows/deploy.yml@main | |
| secrets: inherit | |
| with: | |
| package: leaf-kit |