mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-01-30 18:22:52 +08:00
ci: actually fix docs configuration
This commit is contained in:
parent
17a85325f8
commit
e6af038379
2
.github/workflows/build-test-docs.yml
vendored
2
.github/workflows/build-test-docs.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- 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 && inputs.ref == 'main' }}
|
||||
run: |
|
||||
BASEURL="/${{ inputs.path }}/" perl -i -p -e "s{baseUrl: '/'}{baseUrl: '\$ENV{BASEURL}'}" docs~/docusaurus.config.js
|
||||
cat docs~/docusaurus.config.js
|
||||
|
Loading…
Reference in New Issue
Block a user