We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b91287a + bc38486 commit 0c992d5Copy full SHA for 0c992d5
.github/workflows/deploy.yaml
@@ -53,8 +53,11 @@ jobs:
53
npm run site:install || (echo "Site install failed" && exit 1)
54
55
- name: Build Docusaurus site
56
+ env:
57
+ DOCUSAURUS_BASE_URL: ${{ vars.DOCUSAURUS_BASE_URL }}
58
run: |
59
echo "Building Docusaurus site..."
60
+ echo "Using DOCUSAURUS_BASE_URL: $DOCUSAURUS_BASE_URL"
61
npm run site:build || (echo "Site build failed" && exit 1)
62
63
- name: Upload npm logs on failure
0 commit comments