-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: fix base url for preview command #27
Conversation
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
ad2c290
to
71e0028
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
71e0028
to
7f42ae1
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
7f42ae1
to
3ca446e
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
3ca446e
to
ca838e0
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
ca838e0
to
3431861
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
3431861
to
cd03a80
Compare
/preview |
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
cd03a80
to
e9be24f
Compare
/preview |
Signed-off-by: frank-zsy <[email protected]>
e9be24f
to
c5e7be8
Compare
🪧The website for this PR is deployed at https://open-digger.cn/pull_27/ |
Description
This PR will fix the base URL config in the
/preview
command.The config will read the env first to set the base URL, so in the action, we set the env to
pull_${pull_number}
, so the deployed website will use this as the base URL which not break all the relative links in the website.Resolved issues
Closes #26
Before submitting the PR, please take the following into consideration
feat:
,fix:
,chore:
,docs:
, orrefactor:
.main
branch.