Skip to content

Commit

Permalink
Add --stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jun 24, 2024
1 parent 0e71b7b commit cf3c552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Build GTFS GraphQL API documentation
run: |
npm install -g @magidoc/[email protected]
magidoc generate
magidoc generate --stacktrace
- name: Deploy compiled HTML to Github pages
if: github.event_name == 'push' && (github.ref == 'refs/heads/dev-2.x' || github.ref == 'refs/heads/master')
Expand Down

0 comments on commit cf3c552

Please sign in to comment.