Skip to content

Commit 0c992d5

Browse files
authored
Merge pull request #218 from HarperDB/variable-baseurl
pass config through to build script
2 parents b91287a + bc38486 commit 0c992d5

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
@@ -53,8 +53,11 @@ jobs:
5353
npm run site:install || (echo "Site install failed" && exit 1)
5454
5555
- name: Build Docusaurus site
56+
env:
57+
DOCUSAURUS_BASE_URL: ${{ vars.DOCUSAURUS_BASE_URL }}
5658
run: |
5759
echo "Building Docusaurus site..."
60+
echo "Using DOCUSAURUS_BASE_URL: $DOCUSAURUS_BASE_URL"
5861
npm run site:build || (echo "Site build failed" && exit 1)
5962
6063
- name: Upload npm logs on failure

0 commit comments

Comments
 (0)