chore: debugging dev-docs build

This commit is contained in:
bd_ 2023-03-25 15:00:02 +09:00
parent c21e1fe1a6
commit 3e21bc6522

View File

@ -59,7 +59,7 @@ jobs:
- name: Set baseUri
if: ${{ inputs.path }}
run: |
BASEURL="/${{ inputs.path }}/" perl -i -e "s{baseUrl: '/'}{$ENV{BASEURL}}e" docs/docusaurus.config.js
BASEURL="/${{ inputs.path }}/" perl -i -p -e "s{baseUrl: '/'}{$ENV{BASEURL}}e" docs/docusaurus.config.js
cat docs/docusaurus.config.js
- name: Build docs