Skip to content

Commit eae9ab5

Browse files
committed
Update API docs workflow
1 parent 21852a8 commit eae9ab5

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/api-docs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ on:
44
branches:
55
- main
66
permissions:
7-
id-token: write
87
contents: read
8+
id-token: write
99

1010
jobs:
1111
build-and-deploy:
12-
uses: vapor/api-docs/.github/workflows/build-and-deploy-docs-workflow.yml@main
12+
uses: vapor/api-docs/.github/workflows/deploy.yml@main
1313
secrets: inherit
1414
with:
15-
package_name: leaf
16-
modules: Leaf
17-
pathsToInvalidate: /leaf/*
15+
package: leaf

0 commit comments

Comments
 (0)