Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
push:
branches:
- main
- v4
permissions:
contents: read
id-token: write

jobs:
build-and-deploy:
uses: vapor/api-docs/.github/workflows/build-and-deploy-docs-workflow.yml@main
secrets: inherit
with:
package_name: console-kit
modules: ConsoleKit,ConsoleLogger
pathsToInvalidate: /consolekit/* /consolelogger/*
uses: vapor/api-docs/.github/workflows/deploy.yml@main
secrets: inherit
with:
package: console-kit
ref: ${{ github.ref_name }}
2 changes: 1 addition & 1 deletion .spi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/consolekit/documentation/consolekit/"
documentation: "https://api.vapor.codes/consolekit"
Loading