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.
1 parent b91287a commit bc38486Copy full SHA for bc38486
.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