Skip to content

Commit 41a1f50

Browse files
authored
Merge pull request #709 from MITLibraries/fix-techdocs-build
Fix techdocs build
2 parents 9bf88c5 + ad89bb9 commit 41a1f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm install -g spectaql@v2
3434
- name: Build reference docs
3535
run: |
36-
spectaql --introspection-url https://timdex-api-prod-v2.herokuapp.com/graphql -e -t ./docs/reference docs/reference/_spectaql_config.yml
36+
spectaql --introspection-url https://timdex.mit.edu/graphql -e -t ./docs/reference docs/reference/_spectaql_config.yml
3737
- name: Build with Jekyll
3838
uses: actions/jekyll-build-pages@v1
3939
with:

0 commit comments

Comments
 (0)