From 66f5206c156911268d84a05e7be7e0c72ca70ecc Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Tue, 7 Jul 2026 16:13:46 +0100 Subject: [PATCH 1/2] Update for new API Docs deploy --- .github/workflows/api-docs.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 From 06c3dee26815f5de9730916ded450769b37adda3 Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Thu, 16 Jul 2026 12:26:15 +0100 Subject: [PATCH 2/2] Update SPI --- .spi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"