Merge pull request #29382 from Parsifal-M/fix/api-docs
[Microsite] Attempt at api docs fix
This commit is contained in:
@@ -92,7 +92,7 @@ jobs:
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
with:
|
||||
name: stable-openapi-docs
|
||||
path: docs/**/*.api.mdx
|
||||
path: docs/**/api/**/*
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
|
||||
@@ -165,7 +165,7 @@ jobs:
|
||||
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
||||
with:
|
||||
name: next-openapi-docs
|
||||
path: docs/**/*.api.mdx
|
||||
path: docs/**/api/**/*
|
||||
if-no-files-found: error
|
||||
retention-days: 1
|
||||
|
||||
@@ -220,7 +220,7 @@ jobs:
|
||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
|
||||
with:
|
||||
name: stable-openapi-docs
|
||||
path: docs/**/*.api.mdx
|
||||
path: docs
|
||||
|
||||
- name: grab lastest releases docs
|
||||
run: |
|
||||
@@ -257,7 +257,7 @@ jobs:
|
||||
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
|
||||
with:
|
||||
name: next-openapi-docs
|
||||
path: docs/**/*.api.mdx
|
||||
path: docs
|
||||
|
||||
- name: build microsite
|
||||
run: yarn build
|
||||
|
||||
Reference in New Issue
Block a user