diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 5d06fb34..0f7b82f3 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -9,9 +9,7 @@ permissions: jobs: build-and-deploy: - uses: vapor/api-docs/.github/workflows/build-and-deploy-docs-workflow.yml@main + uses: vapor/api-docs/.github/workflows/deploy.yml@main secrets: inherit with: - package_name: jwt-kit - modules: JWTKit - pathsToInvalidate: /jwtkit/* + package: jwt-kit diff --git a/.spi.yml b/.spi.yml index 02658b75..ef3b4729 100644 --- a/.spi.yml +++ b/.spi.yml @@ -2,4 +2,4 @@ version: 1 metadata: authors: "Maintained by the Vapor Core Team with hundreds of contributions from the Vapor Community." external_links: - documentation: "https://api.vapor.codes/jwtkit/documentation/jwtkit/" \ No newline at end of file + documentation: "https://api.vapor.codes/jwtkit/"