From cf3c552a326bb6a512ff9818f80c2a35c988c826 Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Mon, 24 Jun 2024 10:16:39 +0200 Subject: [PATCH] Add --stacktrace --- .github/workflows/cibuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index 233ea8635ee..f5c09aaa5eb 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -122,7 +122,7 @@ jobs: - name: Build GTFS GraphQL API documentation run: | npm install -g @magidoc/cli@5.0.3 - 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')