Revert "ci: fix docs build"

This reverts commit 17a85325f8.
This commit is contained in:
bd_ 2024-07-28 20:40:50 -07:00
parent 22555632bf
commit 7beb5bf09b

View File

@ -62,8 +62,7 @@ jobs:
${{ runner.os }}-yarn-docs-
- name: Set baseUri
# disable this for now as the main branch snapshot isn't ready for this baseUrl change
if: ${{ inputs.path && inputs.ref != 'main' }}
if: ${{ inputs.path }}
run: |
BASEURL="/${{ inputs.path }}/" perl -i -p -e "s{baseUrl: '/'}{baseUrl: '\$ENV{BASEURL}'}" docs~/docusaurus.config.js
cat docs~/docusaurus.config.js