Update for new SQLKit and support more URL string formats (#325) #39
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: mysql-kit | |
modules: MySQLKit | |
pathsToInvalidate: /mysqlkit/* |