mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-11 00:04:56 +08:00
chore: debugging dev-docs build
This commit is contained in:
parent
3e21bc6522
commit
488be4417b
2
.github/workflows/build-test-docs.yml
vendored
2
.github/workflows/build-test-docs.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: Set baseUri
|
- name: Set baseUri
|
||||||
if: ${{ inputs.path }}
|
if: ${{ inputs.path }}
|
||||||
run: |
|
run: |
|
||||||
BASEURL="/${{ inputs.path }}/" perl -i -p -e "s{baseUrl: '/'}{$ENV{BASEURL}}e" docs/docusaurus.config.js
|
BASEURL="/${{ inputs.path }}/" perl -i -p -e "s{baseUrl: '/'}{baseUrl: '\$ENV{BASEURL}'}" docs/docusaurus.config.js
|
||||||
cat docs/docusaurus.config.js
|
cat docs/docusaurus.config.js
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
|
Loading…
Reference in New Issue
Block a user