Correctly place the SSL channel handler in front of the PostgresChann… #287
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: postgres-nio | |
modules: PostgresNIO | |
pathsToInvalidate: /postgresnio/* |