Skip to content

Commit

Permalink
use inlined specs for redocusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Nov 28, 2024
1 parent 51287e8 commit db266b9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Build docs
run: |
npm ci --force
npm update @apify/openapi
npm run build
env:
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: Build docs
run: |
npm ci --force
npm update @apify/openapi
npm run build
env:
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports = {
config: join(__dirname, '.redocly.yaml'),
specs: [
{
spec: 'node_modules/@apify/openapi/openapi.yaml',
spec: './apify-api.yaml',
route: '/api/v2/',
},
],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"dependencies": {
"@apify-packages/ui-library": "^0.28.1",
"@apify/docsearch-apify-docs": "3.5.3",
"@apify/openapi": "*",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/plugin-client-redirects": "3.6.3",
Expand Down

0 comments on commit db266b9

Please sign in to comment.