Skip to content

Commit ad89bb9

Browse files
committed
Fix techdocs build
Why are these changes being introduced: * The build process used a v2 server we retired Relevant ticket(s): * N/A How does this address that need: * Updates the build process to use the production server
1 parent 9bf88c5 commit ad89bb9

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)