Skip to content

Fix typo in QueuesCommand code comments (#136) #41

Fix typo in QueuesCommand code comments (#136)

Fix typo in QueuesCommand code comments (#136) #41

Workflow file for this run

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: queues
modules: Queues,XCTQueues
pathsToInvalidate: /queues/* /xctqueues/*