Skip to content

Commit

Permalink
Merge pull request #709 from MITLibraries/fix-techdocs-build
Browse files Browse the repository at this point in the history
Fix techdocs build
  • Loading branch information
JPrevost authored Jun 22, 2023
2 parents 9bf88c5 + ad89bb9 commit 41a1f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: npm install -g spectaql@v2
- name: Build reference docs
run: |
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
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit 41a1f50

Please sign in to comment.