Skip to content

Commit 1aa8192

Browse files
committed
more debug output in the build
1 parent d67d618 commit 1aa8192

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ jobs:
6060
IMAGES_PATH: ${{ vars.IMAGES_PATH }}
6161
run: |
6262
echo "Building Docusaurus site..."
63+
echo "Using DOCS_PATH: $DOCS_PATH"
6364
echo "Using DOCUSAURUS_BASE_URL: $DOCUSAURUS_BASE_URL"
65+
echo "Using DOCUSAURUS_URL: $DOCUSAURUS_URL"
66+
echo "Using IMAGES_PATH: $IMAGES_PATH"
6467
npm run site:build || (echo "Site build failed" && exit 1)
6568
6669
- name: Upload npm logs on failure

0 commit comments

Comments
 (0)