Explicitly set all columns when creating arrays of models (#595) #123
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: deploy-api-docs | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build-and-deploy: | |
uses: vapor/api-docs/.github/workflows/build-and-deploy-docs-workflow.yml@main | |
secrets: inherit | |
with: | |
package_name: fluent-kit | |
modules: FluentKit | |
pathsToInvalidate: /fluentkit/* |