mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
chore: Fix upload pages for api docs.
This commit is contained in:
parent
494dfdb1ef
commit
11c11ffe61
2
.github/workflows/api-publish.yml
vendored
2
.github/workflows/api-publish.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build:docs
|
- run: npm run build:docs
|
||||||
- uses: actions/upload-pages-artifact@v4
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./docs/api/
|
path: ./docs/api/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user