There was an error while loading. Please reload this page.
1 parent 21852a8 commit eae9ab5Copy full SHA for eae9ab5
1 file changed
.github/workflows/api-docs.yml
@@ -4,14 +4,12 @@ on:
4
branches:
5
- main
6
permissions:
7
- id-token: write
8
contents: read
+ id-token: write
9
10
jobs:
11
build-and-deploy:
12
- uses: vapor/api-docs/.github/workflows/build-and-deploy-docs-workflow.yml@main
+ uses: vapor/api-docs/.github/workflows/deploy.yml@main
13
secrets: inherit
14
with:
15
- package_name: leaf
16
- modules: Leaf
17
- pathsToInvalidate: /leaf/*
+ package: leaf
0 commit comments