mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-01 12:15:05 +08:00
chore: debugging dev-docs build
This commit is contained in:
parent
c21e1fe1a6
commit
3e21bc6522
2
.github/workflows/build-test-docs.yml
vendored
2
.github/workflows/build-test-docs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user