Skip to content

Commit

Permalink
Fix GraphQL documentation building
Browse files Browse the repository at this point in the history
There is an issue with spectaql dependency:
anvilco/spectaql#979
  • Loading branch information
gustawlippa committed Aug 12, 2024
1 parent 3d67e13 commit 5e71f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ jobs:
- run:
name: Build GraphQL static docs
command: |
npm install --prefix=$HOME/.local --global spectaql
npm install --prefix=$HOME/.local --global [email protected] spectaql
npx spectaql -t doc/graphql-api -f admin-graphql-doc.html doc/graphql-api/Admin-GraphQL_spectaql.yml
npx spectaql -C -J -t doc/graphql-api -f user-graphql-doc.html doc/graphql-api/User-GraphQL_spectaql.yml
- run:
Expand Down

0 comments on commit 5e71f48

Please sign in to comment.