We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bf88c5 + ad89bb9 commit 41a1f50Copy full SHA for 41a1f50
.github/workflows/pages.yml
@@ -33,7 +33,7 @@ jobs:
33
run: npm install -g spectaql@v2
34
- name: Build reference docs
35
run: |
36
- spectaql --introspection-url https://timdex-api-prod-v2.herokuapp.com/graphql -e -t ./docs/reference docs/reference/_spectaql_config.yml
+ spectaql --introspection-url https://timdex.mit.edu/graphql -e -t ./docs/reference docs/reference/_spectaql_config.yml
37
- name: Build with Jekyll
38
uses: actions/jekyll-build-pages@v1
39
with:
0 commit comments